Html Css Color HEX #1996FC Dodger Blue

📋 copy color: '#1996FC'

red 25 ◦ green 150 ◦ blue 252

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

Shades of Dodger Blue #1996FC

Tints of Dodger Blue #1996FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.02%

R = 5.85%
G = 35.13%
B = 59.02%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1996FC (or 0x1996FC) is known color: Dodger Blue. HEX triplet: 19, 96 and FC. RGB value is (25,150,252). Sum of RGB (Red+Green+Blue) = 25+150+252=427 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.85% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #1996FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1996FC is #E66903. Grayscale: #7B7B7B. Windows color (decimal): -15100164 or 16553497. OLE color: 16553497.

HSL color Cylindrical-coordinate representation of color #1996FC: hue angle of 206.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1996FC is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 150 252 -
CMYK 0.90 0.40 0 0.01
HSL 206.96º 0.97% 0.54% -
HSV(B) 206.96º 0.9% 0.99% -
XYZ 28.88 29.05 96.18 -
YUV 124.25 200.09 57.21 -
System Red Green Blue C M Y K H S L
Decimal 25 150 252 0.90 0.40 0 0.01 206.96 0.97 0.54
Hex 19 96 FC 5A 28 0 1 CF 61 36
Octal 31 226 374 132 50 0 1 317 141 66
Binary 11001 10010110 11111100 1011010 101000 0 1 11001111 1100001 110110

Color Harmonies of #1996FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1996FC

Black with #1996FC

Text Example


Text Example

White with #1996FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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