Html Css Color HEX #199BFA Dodger Blue

📋 copy color: '#199BFA'

red 25 ◦ green 155 ◦ blue 250

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

Shades of Dodger Blue #199BFA

Tints of Dodger Blue #199BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.14%

R = 5.81%
G = 36.05%
B = 58.14%

CMYK

 C value IS 0.9

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#199BFA (or 0x199BFA) is known color: Dodger Blue. HEX triplet: 19, 9B and FA. RGB value is (25,155,250). Sum of RGB (Red+Green+Blue) = 25+155+250=430 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.81% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #199BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199BFA is #E66405. Grayscale: #7E7E7E. Windows color (decimal): -15098886 or 16423705. OLE color: 16423705.

HSL color Cylindrical-coordinate representation of color #199BFA: hue angle of 205.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199BFA is Cyan = 0.9, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 155 250 -
CMYK 0.9 0.38 0 0.02
HSL 205.33º 0.96% 0.54% -
HSV(B) 205.33º 0.9% 0.98% -
XYZ 29.38 30.55 94.79 -
YUV 126.96 197.43 55.28 -
System Red Green Blue C M Y K H S L
Decimal 25 155 250 0.9 0.38 0 0.02 205.33 0.96 0.54
Hex 19 9B FA 5A 26 0 2 CD 60 36
Octal 31 233 372 132 46 0 2 315 140 66
Binary 11001 10011011 11111010 1011010 100110 0 10 11001101 1100000 110110

Color Harmonies of #199BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BFA

Black with #199BFA

Text Example


Text Example

White with #199BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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