Html Css Color HEX #019EFC Dodger Blue

📋 copy color: '#019EFC'

red 1 ◦ green 158 ◦ blue 252

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

Shades of Dodger Blue #019EFC

Tints of Dodger Blue #019EFC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.44%

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

R = 0.24%
G = 38.44%
B = 61.31%

CMYK

 C value IS 1.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#019EFC (or 0x019EFC) is known color: Dodger Blue. HEX triplet: 01, 9E and FC. RGB value is (1,158,252). Sum of RGB (Red+Green+Blue) = 1+158+252=411 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #019EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019EFC is #FE6103. Grayscale: #797979. Windows color (decimal): -16670980 or 16555521. OLE color: 16555521.

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

Color convert

RGB 1 158 252 -
CMYK 1.00 0.37 0 0.01
HSL 202.47º 0.99% 0.5% -
HSV(B) 202.47º 1% 0.99% -
XYZ 29.81 31.49 96.6 -
YUV 121.77 201.49 41.86 -
System Red Green Blue C M Y K H S L
Decimal 1 158 252 1.00 0.37 0 0.01 202.47 0.99 0.5
Hex 1 9E FC 64 25 0 1 CA 63 32
Octal 1 236 374 144 45 0 1 312 143 62
Binary 1 10011110 11111100 1100100 100101 0 1 11001010 1100011 110010

Color Harmonies of #019EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019EFC

Black with #019EFC

Text Example


Text Example

White with #019EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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