Html Css Color HEX #1888EA Dodger Blue

📋 copy color: '#1888EA'

red 24 ◦ green 136 ◦ blue 234

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

Shades of Dodger Blue #1888EA

Tints of Dodger Blue #1888EA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.52%

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

R = 6.09%
G = 34.52%
B = 59.39%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1888EA (or 0x1888EA) is known color: Dodger Blue. HEX triplet: 18, 88 and EA. RGB value is (24,136,234). Sum of RGB (Red+Green+Blue) = 24+136+234=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #1888EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1888EA is #E77715. Grayscale: #717171. Windows color (decimal): -15169302 or 15370264. OLE color: 15370264.

HSL color Cylindrical-coordinate representation of color #1888EA: hue angle of 208º 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 #1888EA is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 136 234 -
CMYK 0.90 0.42 0 0.08
HSL 208º 0.83% 0.51% -
HSV(B) 208º 0.9% 0.92% -
XYZ 24.03 23.74 81.16 -
YUV 113.68 195.89 64.03 -
System Red Green Blue C M Y K H S L
Decimal 24 136 234 0.90 0.42 0 0.08 208 0.83 0.51
Hex 18 88 EA 5A 2A 0 8 D0 53 33
Octal 30 210 352 132 52 0 10 320 123 63
Binary 11000 10001000 11101010 1011010 101010 0 1000 11010000 1010011 110011

Color Harmonies of #1888EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1888EA

Black with #1888EA

Text Example


Text Example

White with #1888EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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