Html Css Color HEX #016EFD Dodger Blue

📋 copy color: '#016EFD'

red 1 ◦ green 110 ◦ blue 253

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

Shades of Dodger Blue #016EFD

Tints of Dodger Blue #016EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.22%

 BLUE value IS 253 (99.22% from 255) = 69.51%

R = 0.27%
G = 30.22%
B = 69.51%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#016EFD (or 0x016EFD) is known color: Dodger Blue. HEX triplet: 01, 6E and FD. RGB value is (1,110,253). Sum of RGB (Red+Green+Blue) = 1+110+253=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #016EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016EFD is #FE9102. Grayscale: #5D5D5D. Windows color (decimal): -16683267 or 16608769. OLE color: 16608769.

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

Color convert

RGB 1 110 253 -
CMYK 1.00 0.57 0 0.01
HSL 214.05º 0.99% 0.5% -
HSV(B) 214.05º 1% 0.99% -
XYZ 23.32 18.25 95.22 -
YUV 93.71 217.89 61.87 -
System Red Green Blue C M Y K H S L
Decimal 1 110 253 1.00 0.57 0 0.01 214.05 0.99 0.5
Hex 1 6E FD 64 39 0 1 D6 63 32
Octal 1 156 375 144 71 0 1 326 143 62
Binary 1 1101110 11111101 1100100 111001 0 1 11010110 1100011 110010

Color Harmonies of #016EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016EFD

Black with #016EFD

Text Example


Text Example

White with #016EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016EFD; }

 p { color: rgb(1,110,253); }

 H1.HeaderClassName
 {
   color: #016EFD;
 }
 .AnyTagClassName
 {
   color: #016EFD;
 }
</style>

background-color css

<style>
 a { background-color: #016EFD; }

 a { background-color: rgb(1,110,253); }

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

border-color css

<style>
 span { border-color: #016EFD; }

 span { border-color: rgb(1,110,253); }

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