Html Css Color HEX #016AFF Dodger Blue

📋 copy color: '#016AFF'

red 1 ◦ green 106 ◦ blue 255

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

Shades of Dodger Blue #016AFF

Tints of Dodger Blue #016AFF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.28%

 BLUE value IS 255 (100% from 255) = 70.44%

R = 0.28%
G = 29.28%
B = 70.44%

CMYK

 C value IS 1.00

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#016AFF (or 0x016AFF) is known color: Dodger Blue. HEX triplet: 01, 6A and FF. RGB value is (1,106,255). Sum of RGB (Red+Green+Blue) = 1+106+255=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #016AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016AFF is #FE9500. Grayscale: #5A5A5A. Windows color (decimal): -16684289 or 16738817. OLE color: 16738817.

HSL color Cylindrical-coordinate representation of color #016AFF: hue angle of 215.2º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016AFF is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 106 255 -
CMYK 1.00 0.58 0 0
HSL 215.2º 1% 0.5% -
HSV(B) 215.2º 1% 1% -
XYZ 23.22 17.53 96.77 -
YUV 91.59 220.21 63.38 -
System Red Green Blue C M Y K H S L
Decimal 1 106 255 1.00 0.58 0 0 215.2 1 0.5
Hex 1 6A FF 64 3A 0 0 D7 64 32
Octal 1 152 377 144 72 0 0 327 144 62
Binary 1 1101010 11111111 1100100 111010 0 0 11010111 1100100 110010

Color Harmonies of #016AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016AFF

Black with #016AFF

Text Example


Text Example

White with #016AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,106,255); }

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

background-color css

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

 a { background-color: rgb(1,106,255); }

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

border-color css

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

 span { border-color: rgb(1,106,255); }

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