Html Css Color HEX #019CF0 Dodger Blue

📋 copy color: '#019CF0'

red 1 ◦ green 156 ◦ blue 240

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

Shades of Dodger Blue #019CF0

Tints of Dodger Blue #019CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 60.45%

R = 0.25%
G = 39.29%
B = 60.45%

CMYK

 C value IS 1.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#019CF0 (or 0x019CF0) is known color: Dodger Blue. HEX triplet: 01, 9C and F0. RGB value is (1,156,240). Sum of RGB (Red+Green+Blue) = 1+156+240=397 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 240 (94.14% from 255 or 60.45% from 397); Max value from RGB is 240 - color contains mainly: blue. Hex color #019CF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019CF0 is #FE630F. Grayscale: #767676. Windows color (decimal): -16671504 or 15768577. OLE color: 15768577.

HSL color Cylindrical-coordinate representation of color #019CF0: hue angle of 201.09º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019CF0 is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 156 240 -
CMYK 1.00 0.35 0 0.06
HSL 201.09º 0.99% 0.47% -
HSV(B) 201.09º 1% 0.94% -
XYZ 27.63 30.07 86.79 -
YUV 119.23 196.15 43.67 -
System Red Green Blue C M Y K H S L
Decimal 1 156 240 1.00 0.35 0 0.06 201.09 0.99 0.47
Hex 1 9C F0 64 23 0 6 C9 63 2F
Octal 1 234 360 144 43 0 6 311 143 57
Binary 1 10011100 11110000 1100100 100011 0 110 11001001 1100011 101111

Color Harmonies of #019CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CF0

Black with #019CF0

Text Example


Text Example

White with #019CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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