Html Css Color HEX #1999FC Dodger Blue

📋 copy color: '#1999FC'

red 25 ◦ green 153 ◦ blue 252

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

Shades of Dodger Blue #1999FC

Tints of Dodger Blue #1999FC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.58%

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

R = 5.81%
G = 35.58%
B = 58.6%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1999FC (or 0x1999FC) is known color: Dodger Blue. HEX triplet: 19, 99 and FC. RGB value is (25,153,252). Sum of RGB (Red+Green+Blue) = 25+153+252=430 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.81% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #1999FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1999FC is #E66603. Grayscale: #7D7D7D. Windows color (decimal): -15099396 or 16554265. OLE color: 16554265.

HSL color Cylindrical-coordinate representation of color #1999FC: hue angle of 206.17º 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 #1999FC is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 153 252 -
CMYK 0.90 0.39 0 0.01
HSL 206.17º 0.97% 0.54% -
HSV(B) 206.17º 0.9% 0.99% -
XYZ 29.36 30.02 96.34 -
YUV 126.01 199.09 55.95 -
System Red Green Blue C M Y K H S L
Decimal 25 153 252 0.90 0.39 0 0.01 206.17 0.97 0.54
Hex 19 99 FC 5A 27 0 1 CE 61 36
Octal 31 231 374 132 47 0 1 316 141 66
Binary 11001 10011001 11111100 1011010 100111 0 1 11001110 1100001 110110

Color Harmonies of #1999FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1999FC

Black with #1999FC

Text Example


Text Example

White with #1999FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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