Html Css Color HEX #0571FE Dodger Blue

📋 copy color: '#0571FE'

red 5 ◦ green 113 ◦ blue 254

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

Shades of Dodger Blue #0571FE

Tints of Dodger Blue #0571FE

RGB

 RED value IS 5 (2.34% from 255) = 1.34%

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

 BLUE value IS 254 (99.61% from 255) = 68.28%

R = 1.34%
G = 30.38%
B = 68.28%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0571FE (or 0x0571FE) is known color: Dodger Blue. HEX triplet: 05, 71 and FE. RGB value is (5,113,254). Sum of RGB (Red+Green+Blue) = 5+113+254=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #0571FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0571FE is #FA8E01. Grayscale: #606060. Windows color (decimal): -16420354 or 16675077. OLE color: 16675077.

HSL color Cylindrical-coordinate representation of color #0571FE: hue angle of 213.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0571FE is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 5 113 254 -
CMYK 0.98 0.56 0 0.00
HSL 213.98º 0.99% 0.51% -
HSV(B) 213.98º 0.98% 1% -
XYZ 23.86 19 96.18 -
YUV 96.78 216.72 62.54 -
System Red Green Blue C M Y K H S L
Decimal 5 113 254 0.98 0.56 0 0.00 213.98 0.99 0.51
Hex 5 71 FE 62 38 0 0 D6 63 33
Octal 5 161 376 142 70 0 0 326 143 63
Binary 101 1110001 11111110 1100010 111000 0 0 11010110 1100011 110011

Color Harmonies of #0571FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0571FE

Black with #0571FE

Text Example


Text Example

White with #0571FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0571FE; }

 p { color: rgb(5,113,254); }

 H1.HeaderClassName
 {
   color: #0571FE;
 }
 .AnyTagClassName
 {
   color: #0571FE;
 }
</style>

background-color css

<style>
 a { background-color: #0571FE; }

 a { background-color: rgb(5,113,254); }

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

border-color css

<style>
 span { border-color: #0571FE; }

 span { border-color: rgb(5,113,254); }

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