Html Css Color HEX #057ABB Cerulean

📋 copy color: '#057ABB'

red 5 ◦ green 122 ◦ blue 187

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

Shades of Cerulean #057ABB

Tints of Cerulean #057ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.85%

 BLUE value IS 187 (73.44% from 255) = 59.55%

R = 1.59%
G = 38.85%
B = 59.55%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#057ABB (or 0x057ABB) is known color: Cerulean. HEX triplet: 05, 7A and BB. RGB value is (5,122,187). Sum of RGB (Red+Green+Blue) = 5+122+187=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #057ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ABB is #FA8544. Grayscale: #5E5E5E. Windows color (decimal): -16418117 or 12286469. OLE color: 12286469.

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

Color convert

RGB 5 122 187 -
CMYK 0.97 0.35 0 0.27
HSL 201.43º 0.95% 0.38% -
HSV(B) 201.43º 0.97% 0.73% -
XYZ 15.99 17.54 49.56 -
YUV 94.43 180.24 64.21 -
System Red Green Blue C M Y K H S L
Decimal 5 122 187 0.97 0.35 0 0.27 201.43 0.95 0.38
Hex 5 7A BB 61 23 0 1B C9 5F 26
Octal 5 172 273 141 43 0 33 311 137 46
Binary 101 1111010 10111011 1100001 100011 0 11011 11001001 1011111 100110

Color Harmonies of #057ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057ABB

Black with #057ABB

Text Example


Text Example

White with #057ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,122,187); }

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

background-color css

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

 a { background-color: rgb(5,122,187); }

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

border-color css

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

 span { border-color: rgb(5,122,187); }

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