Html Css Color HEX #017CFB Dodger Blue

📋 copy color: '#017CFB'

red 1 ◦ green 124 ◦ blue 251

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

Shades of Dodger Blue #017CFB

Tints of Dodger Blue #017CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.98%

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

R = 0.27%
G = 32.98%
B = 66.76%

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

#017CFB (or 0x017CFB) is known color: Dodger Blue. HEX triplet: 01, 7C and FB. RGB value is (1,124,251). Sum of RGB (Red+Green+Blue) = 1+124+251=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #017CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017CFB is #FE8304. Grayscale: #656565. Windows color (decimal): -16679685 or 16481281. OLE color: 16481281.

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

Color convert

RGB 1 124 251 -
CMYK 1.00 0.51 0 0.02
HSL 210.48º 0.99% 0.49% -
HSV(B) 210.48º 1% 0.98% -
XYZ 24.63 21.39 94.1 -
YUV 101.7 212.25 56.17 -
System Red Green Blue C M Y K H S L
Decimal 1 124 251 1.00 0.51 0 0.02 210.48 0.99 0.49
Hex 1 7C FB 64 33 0 2 D2 63 31
Octal 1 174 373 144 63 0 2 322 143 61
Binary 1 1111100 11111011 1100100 110011 0 10 11010010 1100011 110001

Color Harmonies of #017CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CFB

Black with #017CFB

Text Example


Text Example

White with #017CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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