Html Css Color HEX #0171FD Dodger Blue

📋 copy color: '#0171FD'

red 1 ◦ green 113 ◦ blue 253

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

Shades of Dodger Blue #0171FD

Tints of Dodger Blue #0171FD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.79%

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

R = 0.27%
G = 30.79%
B = 68.94%

CMYK

 C value IS 1.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0171FD (or 0x0171FD) is known color: Dodger Blue. HEX triplet: 01, 71 and FD. RGB value is (1,113,253). Sum of RGB (Red+Green+Blue) = 1+113+253=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #0171FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0171FD is #FE8E02. Grayscale: #5E5E5E. Windows color (decimal): -16682499 or 16609537. OLE color: 16609537.

HSL color Cylindrical-coordinate representation of color #0171FD: hue angle of 213.33º 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 #0171FD is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 113 253 -
CMYK 1.00 0.55 0 0.01
HSL 213.33º 0.99% 0.5% -
HSV(B) 213.33º 1% 0.99% -
XYZ 23.65 18.91 95.33 -
YUV 95.47 216.89 60.62 -
System Red Green Blue C M Y K H S L
Decimal 1 113 253 1.00 0.55 0 0.01 213.33 0.99 0.5
Hex 1 71 FD 64 37 0 1 D5 63 32
Octal 1 161 375 144 67 0 1 325 143 62
Binary 1 1110001 11111101 1100100 110111 0 1 11010101 1100011 110010

Color Harmonies of #0171FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0171FD

Black with #0171FD

Text Example


Text Example

White with #0171FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0171FD; }

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

 H1.HeaderClassName
 {
   color: #0171FD;
 }
 .AnyTagClassName
 {
   color: #0171FD;
 }
</style>

background-color css

<style>
 a { background-color: #0171FD; }

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

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

border-color css

<style>
 span { border-color: #0171FD; }

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

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