Html Css Color HEX #057CBC Cerulean

📋 copy color: '#057CBC'

red 5 ◦ green 124 ◦ blue 188

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

Shades of Cerulean #057CBC

Tints of Cerulean #057CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.31%

R = 1.58%
G = 39.12%
B = 59.31%

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

#057CBC (or 0x057CBC) is known color: Cerulean. HEX triplet: 05, 7C and BC. RGB value is (5,124,188). Sum of RGB (Red+Green+Blue) = 5+124+188=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #057CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CBC is #FA8343. Grayscale: #5F5F5F. Windows color (decimal): -16417604 or 12352517. OLE color: 12352517.

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

Color convert

RGB 5 124 188 -
CMYK 0.97 0.34 0 0.26
HSL 200.98º 0.95% 0.38% -
HSV(B) 200.98º 0.97% 0.74% -
XYZ 16.35 18.08 50.2 -
YUV 95.72 180.08 63.3 -
System Red Green Blue C M Y K H S L
Decimal 5 124 188 0.97 0.34 0 0.26 200.98 0.95 0.38
Hex 5 7C BC 61 22 0 1A C9 5F 26
Octal 5 174 274 141 42 0 32 311 137 46
Binary 101 1111100 10111100 1100001 100010 0 11010 11001001 1011111 100110

Color Harmonies of #057CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CBC

Black with #057CBC

Text Example


Text Example

White with #057CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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