Html Css Color HEX #057BB1 Cerulean

📋 copy color: '#057BB1'

red 5 ◦ green 123 ◦ blue 177

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

Shades of Cerulean #057BB1

Tints of Cerulean #057BB1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.33%

 BLUE value IS 177 (69.53% from 255) = 58.03%

R = 1.64%
G = 40.33%
B = 58.03%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#057BB1 (or 0x057BB1) is known color: Cerulean. HEX triplet: 05, 7B and B1. RGB value is (5,123,177). Sum of RGB (Red+Green+Blue) = 5+123+177=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #057BB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057BB1 is #FA844E. Grayscale: #5D5D5D. Windows color (decimal): -16417871 or 11631365. OLE color: 11631365.

HSL color Cylindrical-coordinate representation of color #057BB1: hue angle of 198.84º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057BB1 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 123 177 -
CMYK 0.97 0.31 0 0.31
HSL 198.84º 0.95% 0.36% -
HSV(B) 198.84º 0.97% 0.69% -
XYZ 15.08 17.37 44.15 -
YUV 93.87 174.91 64.61 -
System Red Green Blue C M Y K H S L
Decimal 5 123 177 0.97 0.31 0 0.31 198.84 0.95 0.36
Hex 5 7B B1 61 1F 0 1F C7 5F 24
Octal 5 173 261 141 37 0 37 307 137 44
Binary 101 1111011 10110001 1100001 11111 0 11111 11000111 1011111 100100

Color Harmonies of #057BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BB1

Black with #057BB1

Text Example


Text Example

White with #057BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,123,177); }

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

background-color css

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

 a { background-color: rgb(5,123,177); }

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

border-color css

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

 span { border-color: rgb(5,123,177); }

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