Html Css Color HEX #1996FA Dodger Blue

📋 copy color: '#1996FA'

red 25 ◦ green 150 ◦ blue 250

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

Shades of Dodger Blue #1996FA

Tints of Dodger Blue #1996FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.29%

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

R = 5.88%
G = 35.29%
B = 58.82%

CMYK

 C value IS 0.9

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1996FA (or 0x1996FA) is known color: Dodger Blue. HEX triplet: 19, 96 and FA. RGB value is (25,150,250). Sum of RGB (Red+Green+Blue) = 25+150+250=425 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.88% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #1996FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1996FA is #E66905. Grayscale: #7B7B7B. Windows color (decimal): -15100166 or 16422425. OLE color: 16422425.

HSL color Cylindrical-coordinate representation of color #1996FA: hue angle of 206.67º 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 #1996FA is Cyan = 0.9, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 150 250 -
CMYK 0.9 0.4 0 0.02
HSL 206.67º 0.96% 0.54% -
HSV(B) 206.67º 0.9% 0.98% -
XYZ 28.56 28.92 94.52 -
YUV 124.03 199.09 57.37 -
System Red Green Blue C M Y K H S L
Decimal 25 150 250 0.9 0.4 0 0.02 206.67 0.96 0.54
Hex 19 96 FA 5A 28 0 2 CF 60 36
Octal 31 226 372 132 50 0 2 317 140 66
Binary 11001 10010110 11111010 1011010 101000 0 10 11001111 1100000 110110

Color Harmonies of #1996FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1996FA

Black with #1996FA

Text Example


Text Example

White with #1996FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1996FA; }

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

 H1.HeaderClassName
 {
   color: #1996FA;
 }
 .AnyTagClassName
 {
   color: #1996FA;
 }
</style>

background-color css

<style>
 a { background-color: #1996FA; }

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

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

border-color css

<style>
 span { border-color: #1996FA; }

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

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