Html Css Color HEX #057CBD Cerulean

📋 copy color: '#057CBD'

red 5 ◦ green 124 ◦ blue 189

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

Shades of Cerulean #057CBD

Tints of Cerulean #057CBD

RGB

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

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

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

R = 1.57%
G = 38.99%
B = 59.43%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#057CBD (or 0x057CBD) is known color: Cerulean. HEX triplet: 05, 7C and BD. RGB value is (5,124,189). Sum of RGB (Red+Green+Blue) = 5+124+189=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #057CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CBD is #FA8342. Grayscale: #5F5F5F. Windows color (decimal): -16417603 or 12418053. OLE color: 12418053.

HSL color Cylindrical-coordinate representation of color #057CBD: hue angle of 201.2º 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 #057CBD is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 124 189 -
CMYK 0.97 0.34 0 0.26
HSL 201.2º 0.95% 0.38% -
HSV(B) 201.2º 0.97% 0.74% -
XYZ 16.46 18.12 50.77 -
YUV 95.83 180.58 63.21 -
System Red Green Blue C M Y K H S L
Decimal 5 124 189 0.97 0.34 0 0.26 201.2 0.95 0.38
Hex 5 7C BD 61 22 0 1A C9 5F 26
Octal 5 174 275 141 42 0 32 311 137 46
Binary 101 1111100 10111101 1100001 100010 0 11010 11001001 1011111 100110

Color Harmonies of #057CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CBD

Black with #057CBD

Text Example


Text Example

White with #057CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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