Html Css Color HEX #057EDF Navy Blue

📋 copy color: '#057EDF'

red 5 ◦ green 126 ◦ blue 223

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

Shades of Navy Blue #057EDF

Tints of Navy Blue #057EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.99%

R = 1.41%
G = 35.59%
B = 62.99%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#057EDF (or 0x057EDF) is known color: Navy Blue. HEX triplet: 05, 7E and DF. RGB value is (5,126,223). Sum of RGB (Red+Green+Blue) = 5+126+223=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #057EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057EDF is #FA8120. Grayscale: #646464. Windows color (decimal): -16417057 or 14646789. OLE color: 14646789.

HSL color Cylindrical-coordinate representation of color #057EDF: hue angle of 206.7º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057EDF is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 126 223 -
CMYK 0.98 0.43 0 0.13
HSL 206.7º 0.96% 0.45% -
HSV(B) 206.7º 0.98% 0.87% -
XYZ 20.84 20.28 72.63 -
YUV 100.88 196.91 59.61 -
System Red Green Blue C M Y K H S L
Decimal 5 126 223 0.98 0.43 0 0.13 206.7 0.96 0.45
Hex 5 7E DF 62 2B 0 D CF 60 2D
Octal 5 176 337 142 53 0 15 317 140 55
Binary 101 1111110 11011111 1100010 101011 0 1101 11001111 1100000 101101

Color Harmonies of #057EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057EDF

Black with #057EDF

Text Example


Text Example

White with #057EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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