Html Css Color HEX #017BFD Dodger Blue

📋 copy color: '#017BFD'

red 1 ◦ green 123 ◦ blue 253

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

Shades of Dodger Blue #017BFD

Tints of Dodger Blue #017BFD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.63%

 BLUE value IS 253 (99.22% from 255) = 67.11%

R = 0.27%
G = 32.63%
B = 67.11%

CMYK

 C value IS 1.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#017BFD (or 0x017BFD) is known color: Dodger Blue. HEX triplet: 01, 7B and FD. RGB value is (1,123,253). Sum of RGB (Red+Green+Blue) = 1+123+253=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #017BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017BFD is #FE8402. Grayscale: #646464. Windows color (decimal): -16679939 or 16612097. OLE color: 16612097.

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

Color convert

RGB 1 123 253 -
CMYK 1.00 0.51 0 0.01
HSL 210.95º 0.99% 0.5% -
HSV(B) 210.95º 1% 0.99% -
XYZ 24.83 21.26 95.72 -
YUV 101.34 213.58 56.43 -
System Red Green Blue C M Y K H S L
Decimal 1 123 253 1.00 0.51 0 0.01 210.95 0.99 0.5
Hex 1 7B FD 64 33 0 1 D3 63 32
Octal 1 173 375 144 63 0 1 323 143 62
Binary 1 1111011 11111101 1100100 110011 0 1 11010011 1100011 110010

Color Harmonies of #017BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BFD

Black with #017BFD

Text Example


Text Example

White with #017BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,123,253); }

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

background-color css

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

 a { background-color: rgb(1,123,253); }

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

border-color css

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

 span { border-color: rgb(1,123,253); }

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