Html Css Color HEX #016FFC Dodger Blue

📋 copy color: '#016FFC'

red 1 ◦ green 111 ◦ blue 252

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

Shades of Dodger Blue #016FFC

Tints of Dodger Blue #016FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.49%

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

R = 0.27%
G = 30.49%
B = 69.23%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#016FFC (or 0x016FFC) is known color: Dodger Blue. HEX triplet: 01, 6F and FC. RGB value is (1,111,252). Sum of RGB (Red+Green+Blue) = 1+111+252=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #016FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016FFC is #FE9003. Grayscale: #5D5D5D. Windows color (decimal): -16683012 or 16543489. OLE color: 16543489.

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

Color convert

RGB 1 111 252 -
CMYK 1.00 0.56 0 0.01
HSL 213.71º 0.99% 0.5% -
HSV(B) 213.71º 1% 0.99% -
XYZ 23.27 18.4 94.42 -
YUV 94.18 217.06 61.54 -
System Red Green Blue C M Y K H S L
Decimal 1 111 252 1.00 0.56 0 0.01 213.71 0.99 0.5
Hex 1 6F FC 64 38 0 1 D6 63 32
Octal 1 157 374 144 70 0 1 326 143 62
Binary 1 1101111 11111100 1100100 111000 0 1 11010110 1100011 110010

Color Harmonies of #016FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FFC

Black with #016FFC

Text Example


Text Example

White with #016FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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