Html Css Color HEX #1899EE Dodger Blue

📋 copy color: '#1899EE'

red 24 ◦ green 153 ◦ blue 238

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

Shades of Dodger Blue #1899EE

Tints of Dodger Blue #1899EE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.87%

 BLUE value IS 238 (93.36% from 255) = 57.35%

R = 5.78%
G = 36.87%
B = 57.35%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1899EE (or 0x1899EE) is known color: Dodger Blue. HEX triplet: 18, 99 and EE. RGB value is (24,153,238). Sum of RGB (Red+Green+Blue) = 24+153+238=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #1899EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1899EE is #E76611. Grayscale: #7B7B7B. Windows color (decimal): -15164946 or 15636760. OLE color: 15636760.

HSL color Cylindrical-coordinate representation of color #1899EE: hue angle of 203.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1899EE is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 153 238 -
CMYK 0.90 0.36 0 0.07
HSL 203.83º 0.86% 0.51% -
HSV(B) 203.83º 0.9% 0.93% -
XYZ 27.2 29.15 85.08 -
YUV 124.12 192.26 56.59 -
System Red Green Blue C M Y K H S L
Decimal 24 153 238 0.90 0.36 0 0.07 203.83 0.86 0.51
Hex 18 99 EE 5A 24 0 7 CC 56 33
Octal 30 231 356 132 44 0 7 314 126 63
Binary 11000 10011001 11101110 1011010 100100 0 111 11001100 1010110 110011

Color Harmonies of #1899EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1899EE

Black with #1899EE

Text Example


Text Example

White with #1899EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1899EE; }

 p { color: rgb(24,153,238); }

 H1.HeaderClassName
 {
   color: #1899EE;
 }
 .AnyTagClassName
 {
   color: #1899EE;
 }
</style>

background-color css

<style>
 a { background-color: #1899EE; }

 a { background-color: rgb(24,153,238); }

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

border-color css

<style>
 span { border-color: #1899EE; }

 span { border-color: rgb(24,153,238); }

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