Html Css Color HEX #0577FD Dodger Blue

📋 copy color: '#0577FD'

red 5 ◦ green 119 ◦ blue 253

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

Shades of Dodger Blue #0577FD

Tints of Dodger Blue #0577FD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.56%

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

R = 1.33%
G = 31.56%
B = 67.11%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0577FD (or 0x0577FD) is known color: Dodger Blue. HEX triplet: 05, 77 and FD. RGB value is (5,119,253). Sum of RGB (Red+Green+Blue) = 5+119+253=377 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 377); Green value is 119 (46.88% from 255 or 31.56% 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 #0577FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0577FD is #FA8802. Grayscale: #636363. Windows color (decimal): -16418819 or 16611077. OLE color: 16611077.

HSL color Cylindrical-coordinate representation of color #0577FD: hue angle of 212.42º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0577FD is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 119 253 -
CMYK 0.98 0.53 0 0.01
HSL 212.42º 0.98% 0.51% -
HSV(B) 212.42º 0.98% 0.99% -
XYZ 24.39 20.32 95.56 -
YUV 100.19 214.23 60.1 -
System Red Green Blue C M Y K H S L
Decimal 5 119 253 0.98 0.53 0 0.01 212.42 0.98 0.51
Hex 5 77 FD 62 35 0 1 D4 62 33
Octal 5 167 375 142 65 0 1 324 142 63
Binary 101 1110111 11111101 1100010 110101 0 1 11010100 1100010 110011

Color Harmonies of #0577FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0577FD

Black with #0577FD

Text Example


Text Example

White with #0577FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,119,253); }

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

background-color css

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

 a { background-color: rgb(5,119,253); }

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

border-color css

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

 span { border-color: rgb(5,119,253); }

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