Html Css Color HEX #057BBD Cerulean

📋 copy color: '#057BBD'

red 5 ◦ green 123 ◦ blue 189

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

Shades of Cerulean #057BBD

Tints of Cerulean #057BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 59.62%

R = 1.58%
G = 38.8%
B = 59.62%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#057BBD (or 0x057BBD) is known color: Cerulean. HEX triplet: 05, 7B and BD. RGB value is (5,123,189). Sum of RGB (Red+Green+Blue) = 5+123+189=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #057BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057BBD is #FA8442. Grayscale: #5E5E5E. Windows color (decimal): -16417859 or 12417797. OLE color: 12417797.

HSL color Cylindrical-coordinate representation of color #057BBD: hue angle of 201.52º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057BBD is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 123 189 -
CMYK 0.97 0.35 0 0.26
HSL 201.52º 0.95% 0.38% -
HSV(B) 201.52º 0.97% 0.74% -
XYZ 16.33 17.87 50.73 -
YUV 95.24 180.91 63.63 -
System Red Green Blue C M Y K H S L
Decimal 5 123 189 0.97 0.35 0 0.26 201.52 0.95 0.38
Hex 5 7B BD 61 23 0 1A CA 5F 26
Octal 5 173 275 141 43 0 32 312 137 46
Binary 101 1111011 10111101 1100001 100011 0 11010 11001010 1011111 100110

Color Harmonies of #057BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BBD

Black with #057BBD

Text Example


Text Example

White with #057BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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