Html Css Color HEX #057ED2 Navy Blue

📋 copy color: '#057ED2'

red 5 ◦ green 126 ◦ blue 210

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

Shades of Navy Blue #057ED2

Tints of Navy Blue #057ED2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.95%

 BLUE value IS 210 (82.42% from 255) = 61.58%

R = 1.47%
G = 36.95%
B = 61.58%

CMYK

 C value IS 0.98

 M value IS 0.4

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#057ED2 (or 0x057ED2) is known color: Navy Blue. HEX triplet: 05, 7E and D2. RGB value is (5,126,210). Sum of RGB (Red+Green+Blue) = 5+126+210=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 210 (82.42% from 255 or 61.58% from 341); Max value from RGB is 210 - color contains mainly: blue. Hex color #057ED2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ED2 is #FA812D. Grayscale: #626262. Windows color (decimal): -16417070 or 13794821. OLE color: 13794821.

HSL color Cylindrical-coordinate representation of color #057ED2: hue angle of 204.59º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057ED2 is Cyan = 0.98, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 126 210 -
CMYK 0.98 0.4 0 0.18
HSL 204.59º 0.95% 0.42% -
HSV(B) 204.59º 0.98% 0.82% -
XYZ 19.16 19.61 63.75 -
YUV 99.4 190.41 60.67 -
System Red Green Blue C M Y K H S L
Decimal 5 126 210 0.98 0.4 0 0.18 204.59 0.95 0.42
Hex 5 7E D2 62 28 0 12 CD 5F 2A
Octal 5 176 322 142 50 0 22 315 137 52
Binary 101 1111110 11010010 1100010 101000 0 10010 11001101 1011111 101010

Color Harmonies of #057ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057ED2

Black with #057ED2

Text Example


Text Example

White with #057ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057ED2; }

 p { color: rgb(5,126,210); }

 H1.HeaderClassName
 {
   color: #057ED2;
 }
 .AnyTagClassName
 {
   color: #057ED2;
 }
</style>

background-color css

<style>
 a { background-color: #057ED2; }

 a { background-color: rgb(5,126,210); }

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

border-color css

<style>
 span { border-color: #057ED2; }

 span { border-color: rgb(5,126,210); }

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