Html Css Color HEX #199CEA Dodger Blue

📋 copy color: '#199CEA'

red 25 ◦ green 156 ◦ blue 234

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

Shades of Dodger Blue #199CEA

Tints of Dodger Blue #199CEA

RGB

 RED value IS 25 (10.16% from 255) = 6.02%

 GREEN value IS 156 (61.33% from 255) = 37.59%

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

R = 6.02%
G = 37.59%
B = 56.39%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#199CEA (or 0x199CEA) is known color: Dodger Blue. HEX triplet: 19, 9C and EA. RGB value is (25,156,234). Sum of RGB (Red+Green+Blue) = 25+156+234=415 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.02% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #199CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199CEA is #E66315. Grayscale: #7D7D7D. Windows color (decimal): -15098646 or 15375385. OLE color: 15375385.

HSL color Cylindrical-coordinate representation of color #199CEA: hue angle of 202.39º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199CEA is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 156 234 -
CMYK 0.89 0.33 0 0.08
HSL 202.39º 0.83% 0.51% -
HSV(B) 202.39º 0.89% 0.92% -
XYZ 27.14 29.92 82.19 -
YUV 125.72 189.1 56.16 -
System Red Green Blue C M Y K H S L
Decimal 25 156 234 0.89 0.33 0 0.08 202.39 0.83 0.51
Hex 19 9C EA 59 21 0 8 CA 53 33
Octal 31 234 352 131 41 0 10 312 123 63
Binary 11001 10011100 11101010 1011001 100001 0 1000 11001010 1010011 110011

Color Harmonies of #199CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CEA

Black with #199CEA

Text Example


Text Example

White with #199CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199CEA; }

 p { color: rgb(25,156,234); }

 H1.HeaderClassName
 {
   color: #199CEA;
 }
 .AnyTagClassName
 {
   color: #199CEA;
 }
</style>

background-color css

<style>
 a { background-color: #199CEA; }

 a { background-color: rgb(25,156,234); }

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

border-color css

<style>
 span { border-color: #199CEA; }

 span { border-color: rgb(25,156,234); }

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