Html Css Color HEX #017AFB Dodger Blue

📋 copy color: '#017AFB'

red 1 ◦ green 122 ◦ blue 251

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

Shades of Dodger Blue #017AFB

Tints of Dodger Blue #017AFB

RGB

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

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

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

R = 0.27%
G = 32.62%
B = 67.11%

CMYK

 C value IS 1.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#017AFB (or 0x017AFB) is known color: Dodger Blue. HEX triplet: 01, 7A and FB. RGB value is (1,122,251). Sum of RGB (Red+Green+Blue) = 1+122+251=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #017AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017AFB is #FE8504. Grayscale: #636363. Windows color (decimal): -16680197 or 16480769. OLE color: 16480769.

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

Color convert

RGB 1 122 251 -
CMYK 1.00 0.51 0 0.02
HSL 210.96º 0.99% 0.49% -
HSV(B) 210.96º 1% 0.98% -
XYZ 24.38 20.89 94.01 -
YUV 100.53 212.91 57.01 -
System Red Green Blue C M Y K H S L
Decimal 1 122 251 1.00 0.51 0 0.02 210.96 0.99 0.49
Hex 1 7A FB 64 33 0 2 D3 63 31
Octal 1 172 373 144 63 0 2 323 143 61
Binary 1 1111010 11111011 1100100 110011 0 10 11010011 1100011 110001

Color Harmonies of #017AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017AFB

Black with #017AFB

Text Example


Text Example

White with #017AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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