Html Css Color HEX #057DB9 Cerulean

📋 copy color: '#057DB9'

red 5 ◦ green 125 ◦ blue 185

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

Shades of Cerulean #057DB9

Tints of Cerulean #057DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 58.73%

R = 1.59%
G = 39.68%
B = 58.73%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#057DB9 (or 0x057DB9) is known color: Cerulean. HEX triplet: 05, 7D and B9. RGB value is (5,125,185). Sum of RGB (Red+Green+Blue) = 5+125+185=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 185 (72.66% from 255 or 58.73% from 315); Max value from RGB is 185 - color contains mainly: blue. Hex color #057DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DB9 is #FA8246. Grayscale: #5F5F5F. Windows color (decimal): -16417351 or 12156165. OLE color: 12156165.

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

Color convert

RGB 5 125 185 -
CMYK 0.97 0.32 0 0.27
HSL 200º 0.95% 0.37% -
HSV(B) 200º 0.97% 0.73% -
XYZ 16.15 18.2 48.56 -
YUV 95.96 178.24 63.12 -
System Red Green Blue C M Y K H S L
Decimal 5 125 185 0.97 0.32 0 0.27 200 0.95 0.37
Hex 5 7D B9 61 20 0 1B C8 5F 25
Octal 5 175 271 141 40 0 33 310 137 45
Binary 101 1111101 10111001 1100001 100000 0 11011 11001000 1011111 100101

Color Harmonies of #057DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057DB9

Black with #057DB9

Text Example


Text Example

White with #057DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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