Html Css Color HEX #019DFF Dodger Blue

📋 copy color: '#019DFF'

red 1 ◦ green 157 ◦ blue 255

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

Shades of Dodger Blue #019DFF

Tints of Dodger Blue #019DFF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.01%

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

R = 0.24%
G = 38.01%
B = 61.74%

CMYK

 C value IS 1.00

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#019DFF (or 0x019DFF) is known color: Dodger Blue. HEX triplet: 01, 9D and FF. RGB value is (1,157,255). Sum of RGB (Red+Green+Blue) = 1+157+255=413 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #019DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019DFF is #FE6200. Grayscale: #787878. Windows color (decimal): -16671233 or 16751873. OLE color: 16751873.

HSL color Cylindrical-coordinate representation of color #019DFF: hue angle of 203.15º 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 #019DFF is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 157 255 -
CMYK 1.00 0.38 0 0
HSL 203.15º 1% 0.5% -
HSV(B) 203.15º 1% 1% -
XYZ 30.12 31.34 99.07 -
YUV 121.53 203.32 42.03 -
System Red Green Blue C M Y K H S L
Decimal 1 157 255 1.00 0.38 0 0 203.15 1 0.5
Hex 1 9D FF 64 26 0 0 CB 64 32
Octal 1 235 377 144 46 0 0 313 144 62
Binary 1 10011101 11111111 1100100 100110 0 0 11001011 1100100 110010

Color Harmonies of #019DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DFF

Black with #019DFF

Text Example


Text Example

White with #019DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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