Html Css Color HEX #016EFA Dodger Blue

📋 copy color: '#016EFA'

red 1 ◦ green 110 ◦ blue 250

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

Shades of Dodger Blue #016EFA

Tints of Dodger Blue #016EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.25%

R = 0.28%
G = 30.47%
B = 69.25%

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

#016EFA (or 0x016EFA) is known color: Dodger Blue. HEX triplet: 01, 6E and FA. RGB value is (1,110,250). Sum of RGB (Red+Green+Blue) = 1+110+250=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #016EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016EFA is #FE9105. Grayscale: #5C5C5C. Windows color (decimal): -16683270 or 16412161. OLE color: 16412161.

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

Color convert

RGB 1 110 250 -
CMYK 1.00 0.56 0 0.02
HSL 213.73º 0.99% 0.49% -
HSV(B) 213.73º 1% 0.98% -
XYZ 22.84 18.06 92.72 -
YUV 93.37 216.39 62.12 -
System Red Green Blue C M Y K H S L
Decimal 1 110 250 1.00 0.56 0 0.02 213.73 0.99 0.49
Hex 1 6E FA 64 38 0 2 D6 63 31
Octal 1 156 372 144 70 0 2 326 143 61
Binary 1 1101110 11111010 1100100 111000 0 10 11010110 1100011 110001

Color Harmonies of #016EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016EFA

Black with #016EFA

Text Example


Text Example

White with #016EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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