Html Css Color HEX #016FFB Dodger Blue

📋 copy color: '#016FFB'

red 1 ◦ green 111 ◦ blue 251

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

Shades of Dodger Blue #016FFB

Tints of Dodger Blue #016FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.15%

R = 0.28%
G = 30.58%
B = 69.15%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#016FFB (or 0x016FFB) is known color: Dodger Blue. HEX triplet: 01, 6F and FB. RGB value is (1,111,251). Sum of RGB (Red+Green+Blue) = 1+111+251=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #016FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016FFB is #FE9004. Grayscale: #5D5D5D. Windows color (decimal): -16683013 or 16477953. OLE color: 16477953.

HSL color Cylindrical-coordinate representation of color #016FFB: hue angle of 213.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016FFB is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 111 251 -
CMYK 1.00 0.56 0 0.02
HSL 213.6º 0.99% 0.49% -
HSV(B) 213.6º 1% 0.98% -
XYZ 23.11 18.34 93.59 -
YUV 94.07 216.56 61.62 -
System Red Green Blue C M Y K H S L
Decimal 1 111 251 1.00 0.56 0 0.02 213.6 0.99 0.49
Hex 1 6F FB 64 38 0 2 D6 63 31
Octal 1 157 373 144 70 0 2 326 143 61
Binary 1 1101111 11111011 1100100 111000 0 10 11010110 1100011 110001

Color Harmonies of #016FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FFB

Black with #016FFB

Text Example


Text Example

White with #016FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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