Html Css Color HEX #0572FE Dodger Blue

📋 copy color: '#0572FE'

red 5 ◦ green 114 ◦ blue 254

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

Shades of Dodger Blue #0572FE

Tints of Dodger Blue #0572FE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.56%

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

R = 1.34%
G = 30.56%
B = 68.1%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0572FE (or 0x0572FE) is known color: Dodger Blue. HEX triplet: 05, 72 and FE. RGB value is (5,114,254). Sum of RGB (Red+Green+Blue) = 5+114+254=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #0572FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0572FE is #FA8D01. Grayscale: #606060. Windows color (decimal): -16420098 or 16675333. OLE color: 16675333.

HSL color Cylindrical-coordinate representation of color #0572FE: hue angle of 213.73º 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 #0572FE is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 5 114 254 -
CMYK 0.98 0.55 0 0.00
HSL 213.73º 0.99% 0.51% -
HSV(B) 213.73º 0.98% 1% -
XYZ 23.97 19.22 96.21 -
YUV 97.37 216.39 62.12 -
System Red Green Blue C M Y K H S L
Decimal 5 114 254 0.98 0.55 0 0.00 213.73 0.99 0.51
Hex 5 72 FE 62 37 0 0 D6 63 33
Octal 5 162 376 142 67 0 0 326 143 63
Binary 101 1110010 11111110 1100010 110111 0 0 11010110 1100011 110011

Color Harmonies of #0572FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0572FE

Black with #0572FE

Text Example


Text Example

White with #0572FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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