Html Css Color HEX #199BEA Dodger Blue

📋 copy color: '#199BEA'

red 25 ◦ green 155 ◦ blue 234

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

Shades of Dodger Blue #199BEA

Tints of Dodger Blue #199BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.44%

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

R = 6.04%
G = 37.44%
B = 56.52%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#199BEA (or 0x199BEA) is known color: Dodger Blue. HEX triplet: 19, 9B and EA. RGB value is (25,155,234). Sum of RGB (Red+Green+Blue) = 25+155+234=414 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.04% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #199BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199BEA is #E66415. Grayscale: #7C7C7C. Windows color (decimal): -15098902 or 15375129. OLE color: 15375129.

HSL color Cylindrical-coordinate representation of color #199BEA: hue angle of 202.68º 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 #199BEA is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 155 234 -
CMYK 0.89 0.34 0 0.08
HSL 202.68º 0.83% 0.51% -
HSV(B) 202.68º 0.89% 0.92% -
XYZ 26.97 29.59 82.13 -
YUV 125.14 189.43 56.58 -
System Red Green Blue C M Y K H S L
Decimal 25 155 234 0.89 0.34 0 0.08 202.68 0.83 0.51
Hex 19 9B EA 59 22 0 8 CB 53 33
Octal 31 233 352 131 42 0 10 313 123 63
Binary 11001 10011011 11101010 1011001 100010 0 1000 11001011 1010011 110011

Color Harmonies of #199BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BEA

Black with #199BEA

Text Example


Text Example

White with #199BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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