Html Css Color HEX #057BBC Cerulean

📋 copy color: '#057BBC'

red 5 ◦ green 123 ◦ blue 188

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

Shades of Cerulean #057BBC

Tints of Cerulean #057BBC

RGB

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

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

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

R = 1.58%
G = 38.92%
B = 59.49%

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

#057BBC (or 0x057BBC) is known color: Cerulean. HEX triplet: 05, 7B and BC. RGB value is (5,123,188). Sum of RGB (Red+Green+Blue) = 5+123+188=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #057BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057BBC is #FA8443. Grayscale: #5E5E5E. Windows color (decimal): -16417860 or 12352261. OLE color: 12352261.

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

Color convert

RGB 5 123 188 -
CMYK 0.97 0.35 0 0.26
HSL 201.31º 0.95% 0.38% -
HSV(B) 201.31º 0.97% 0.74% -
XYZ 16.22 17.83 50.16 -
YUV 95.13 180.41 63.71 -
System Red Green Blue C M Y K H S L
Decimal 5 123 188 0.97 0.35 0 0.26 201.31 0.95 0.38
Hex 5 7B BC 61 23 0 1A C9 5F 26
Octal 5 173 274 141 43 0 32 311 137 46
Binary 101 1111011 10111100 1100001 100011 0 11010 11001001 1011111 100110

Color Harmonies of #057BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BBC

Black with #057BBC

Text Example


Text Example

White with #057BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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