Html Css Color HEX #017AFF Dodger Blue

📋 copy color: '#017AFF'

red 1 ◦ green 122 ◦ blue 255

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

Shades of Dodger Blue #017AFF

Tints of Dodger Blue #017AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.28%

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

R = 0.26%
G = 32.28%
B = 67.46%

CMYK

 C value IS 1.00

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#017AFF (or 0x017AFF) is known color: Dodger Blue. HEX triplet: 01, 7A and FF. RGB value is (1,122,255). Sum of RGB (Red+Green+Blue) = 1+122+255=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #017AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017AFF is #FE8500. Grayscale: #646464. Windows color (decimal): -16680193 or 16742913. OLE color: 16742913.

HSL color Cylindrical-coordinate representation of color #017AFF: hue angle of 211.42º 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 #017AFF is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 122 255 -
CMYK 1.00 0.52 0 0
HSL 211.42º 1% 0.5% -
HSV(B) 211.42º 1% 1% -
XYZ 25.02 21.15 97.37 -
YUV 100.98 214.91 56.69 -
System Red Green Blue C M Y K H S L
Decimal 1 122 255 1.00 0.52 0 0 211.42 1 0.5
Hex 1 7A FF 64 34 0 0 D3 64 32
Octal 1 172 377 144 64 0 0 323 144 62
Binary 1 1111010 11111111 1100100 110100 0 0 11010011 1100100 110010

Color Harmonies of #017AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017AFF

Black with #017AFF

Text Example


Text Example

White with #017AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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