Html Css Color HEX #1882EA Dodger Blue

📋 copy color: '#1882EA'

red 24 ◦ green 130 ◦ blue 234

#1882EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #1882EA

Tints of Dodger Blue #1882EA

RGB

 RED value IS 24 (9.77% from 255) = 6.19%

 GREEN value IS 130 (51.17% from 255) = 33.51%

 BLUE value IS 234 (91.8% from 255) = 60.31%

R = 6.19%
G = 33.51%
B = 60.31%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1882EA (or 0x1882EA) is known color: Dodger Blue. HEX triplet: 18, 82 and EA. RGB value is (24,130,234). Sum of RGB (Red+Green+Blue) = 24+130+234=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #1882EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1882EA is #E77D15. Grayscale: #6D6D6D. Windows color (decimal): -15170838 or 15368728. OLE color: 15368728.

HSL color Cylindrical-coordinate representation of color #1882EA: hue angle of 209.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1882EA is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 130 234 -
CMYK 0.90 0.44 0 0.08
HSL 209.71º 0.83% 0.51% -
HSV(B) 209.71º 0.9% 0.92% -
XYZ 23.21 22.1 80.88 -
YUV 110.16 197.88 66.54 -
System Red Green Blue C M Y K H S L
Decimal 24 130 234 0.90 0.44 0 0.08 209.71 0.83 0.51
Hex 18 82 EA 5A 2C 0 8 D2 53 33
Octal 30 202 352 132 54 0 10 322 123 63
Binary 11000 10000010 11101010 1011010 101100 0 1000 11010010 1010011 110011

Color Harmonies of #1882EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1882EA

Black with #1882EA

Text Example


Text Example

White with #1882EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1882EA; }

 p { color: rgb(24,130,234); }

 H1.HeaderClassName
 {
   color: #1882EA;
 }
 .AnyTagClassName
 {
   color: #1882EA;
 }
</style>

background-color css

<style>
 a { background-color: #1882EA; }

 a { background-color: rgb(24,130,234); }

 div.DivClassName
 {
   background-color: #1882EA;
 }
 .BgClassName
 {
   background-color: #1882EA;
 }
</style>

border-color css

<style>
 span { border-color: #1882EA; }

 span { border-color: rgb(24,130,234); }

 td.TdClassName
 {
   border-color: #1882EA;
 }
 .TagClassName
 {
   border-color: #1882EA;
 }
</style>