Html Css Color HEX #057DAB Cerulean

📋 copy color: '#057DAB'

red 5 ◦ green 125 ◦ blue 171

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

Shades of Cerulean #057DAB

Tints of Cerulean #057DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.53%

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 1.66%
G = 41.53%
B = 56.81%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#057DAB (or 0x057DAB) is known color: Cerulean. HEX triplet: 05, 7D and AB. RGB value is (5,125,171). Sum of RGB (Red+Green+Blue) = 5+125+171=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #057DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057DAB is #FA8254. Grayscale: #5E5E5E. Windows color (decimal): -16417365 or 11238661. OLE color: 11238661.

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

Color convert

RGB 5 125 171 -
CMYK 0.97 0.27 0 0.33
HSL 196.63º 0.94% 0.35% -
HSV(B) 196.63º 0.97% 0.67% -
XYZ 14.75 17.64 41.16 -
YUV 94.36 171.24 64.26 -
System Red Green Blue C M Y K H S L
Decimal 5 125 171 0.97 0.27 0 0.33 196.63 0.94 0.35
Hex 5 7D AB 61 1B 0 21 C5 5E 23
Octal 5 175 253 141 33 0 41 305 136 43
Binary 101 1111101 10101011 1100001 11011 0 100001 11000101 1011110 100011

Color Harmonies of #057DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057DAB

Black with #057DAB

Text Example


Text Example

White with #057DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,125,171); }

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

background-color css

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

 a { background-color: rgb(5,125,171); }

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

border-color css

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

 span { border-color: rgb(5,125,171); }

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