Html Css Color HEX #019CFC Dodger Blue

📋 copy color: '#019CFC'

red 1 ◦ green 156 ◦ blue 252

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

Shades of Dodger Blue #019CFC

Tints of Dodger Blue #019CFC

RGB

 RED value IS 1 (0.78% from 255) = 0.24%

 GREEN value IS 156 (61.33% from 255) = 38.14%

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

R = 0.24%
G = 38.14%
B = 61.61%

CMYK

 C value IS 1.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#019CFC (or 0x019CFC) is known color: Dodger Blue. HEX triplet: 01, 9C and FC. RGB value is (1,156,252). Sum of RGB (Red+Green+Blue) = 1+156+252=409 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #019CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019CFC is #FE6303. Grayscale: #787878. Windows color (decimal): -16671492 or 16555009. OLE color: 16555009.

HSL color Cylindrical-coordinate representation of color #019CFC: hue angle of 202.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019CFC is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 156 252 -
CMYK 1.00 0.38 0 0.01
HSL 202.95º 0.99% 0.5% -
HSV(B) 202.95º 1% 0.99% -
XYZ 29.47 30.81 96.49 -
YUV 120.6 202.15 42.69 -
System Red Green Blue C M Y K H S L
Decimal 1 156 252 1.00 0.38 0 0.01 202.95 0.99 0.5
Hex 1 9C FC 64 26 0 1 CB 63 32
Octal 1 234 374 144 46 0 1 313 143 62
Binary 1 10011100 11111100 1100100 100110 0 1 11001011 1100011 110010

Color Harmonies of #019CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CFC

Black with #019CFC

Text Example


Text Example

White with #019CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019CFC; }

 p { color: rgb(1,156,252); }

 H1.HeaderClassName
 {
   color: #019CFC;
 }
 .AnyTagClassName
 {
   color: #019CFC;
 }
</style>

background-color css

<style>
 a { background-color: #019CFC; }

 a { background-color: rgb(1,156,252); }

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

border-color css

<style>
 span { border-color: #019CFC; }

 span { border-color: rgb(1,156,252); }

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