Html Css Color HEX #057CB7 Cerulean

📋 copy color: '#057CB7'

red 5 ◦ green 124 ◦ blue 183

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

Shades of Cerulean #057CB7

Tints of Cerulean #057CB7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.74%

 BLUE value IS 183 (71.88% from 255) = 58.65%

R = 1.6%
G = 39.74%
B = 58.65%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#057CB7 (or 0x057CB7) is known color: Cerulean. HEX triplet: 05, 7C and B7. RGB value is (5,124,183). Sum of RGB (Red+Green+Blue) = 5+124+183=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 183 (71.88% from 255 or 58.65% from 312); Max value from RGB is 183 - color contains mainly: blue. Hex color #057CB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CB7 is #FA8348. Grayscale: #5E5E5E. Windows color (decimal): -16417609 or 12024837. OLE color: 12024837.

HSL color Cylindrical-coordinate representation of color #057CB7: hue angle of 199.89º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057CB7 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 5 124 183 -
CMYK 0.97 0.32 0 0.28
HSL 199.89º 0.95% 0.37% -
HSV(B) 199.89º 0.97% 0.72% -
XYZ 15.82 17.87 47.41 -
YUV 95.15 177.58 63.7 -
System Red Green Blue C M Y K H S L
Decimal 5 124 183 0.97 0.32 0 0.28 199.89 0.95 0.37
Hex 5 7C B7 61 20 0 1C C8 5F 25
Octal 5 174 267 141 40 0 34 310 137 45
Binary 101 1111100 10110111 1100001 100000 0 11100 11001000 1011111 100101

Color Harmonies of #057CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CB7

Black with #057CB7

Text Example


Text Example

White with #057CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,124,183); }

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

background-color css

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

 a { background-color: rgb(5,124,183); }

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

border-color css

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

 span { border-color: rgb(5,124,183); }

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