Html Css Color HEX #057BBA Cerulean

📋 copy color: '#057BBA'

red 5 ◦ green 123 ◦ blue 186

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

Shades of Cerulean #057BBA

Tints of Cerulean #057BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 1.59%
G = 39.17%
B = 59.24%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#057BBA (or 0x057BBA) is known color: Cerulean. HEX triplet: 05, 7B and BA. RGB value is (5,123,186). Sum of RGB (Red+Green+Blue) = 5+123+186=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #057BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057BBA is #FA8445. Grayscale: #5E5E5E. Windows color (decimal): -16417862 or 12221189. OLE color: 12221189.

HSL color Cylindrical-coordinate representation of color #057BBA: hue angle of 200.88º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057BBA is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 123 186 -
CMYK 0.97 0.34 0 0.27
HSL 200.88º 0.95% 0.37% -
HSV(B) 200.88º 0.97% 0.73% -
XYZ 16.01 17.74 49.04 -
YUV 94.9 179.41 63.88 -
System Red Green Blue C M Y K H S L
Decimal 5 123 186 0.97 0.34 0 0.27 200.88 0.95 0.37
Hex 5 7B BA 61 22 0 1B C9 5F 25
Octal 5 173 272 141 42 0 33 311 137 45
Binary 101 1111011 10111010 1100001 100010 0 11011 11001001 1011111 100101

Color Harmonies of #057BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BBA

Black with #057BBA

Text Example


Text Example

White with #057BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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