Html Css Color HEX #019CFF Dodger Blue

📋 copy color: '#019CFF'

red 1 ◦ green 156 ◦ blue 255

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

Shades of Dodger Blue #019CFF

Tints of Dodger Blue #019CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.89%

R = 0.24%
G = 37.86%
B = 61.89%

CMYK

 C value IS 1.00

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#019CFF (or 0x019CFF) is known color: Dodger Blue. HEX triplet: 01, 9C and FF. RGB value is (1,156,255). Sum of RGB (Red+Green+Blue) = 1+156+255=412 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #019CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019CFF is #FE6300. Grayscale: #787878. Windows color (decimal): -16671489 or 16751617. OLE color: 16751617.

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

Color convert

RGB 1 156 255 -
CMYK 1.00 0.39 0 0
HSL 203.39º 1% 0.5% -
HSV(B) 203.39º 1% 1% -
XYZ 29.95 31 99.01 -
YUV 120.94 203.65 42.45 -
System Red Green Blue C M Y K H S L
Decimal 1 156 255 1.00 0.39 0 0 203.39 1 0.5
Hex 1 9C FF 64 27 0 0 CB 64 32
Octal 1 234 377 144 47 0 0 313 144 62
Binary 1 10011100 11111111 1100100 100111 0 0 11001011 1100100 110010

Color Harmonies of #019CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CFF

Black with #019CFF

Text Example


Text Example

White with #019CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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