Html Css Color HEX #056DB4 Cerulean

📋 copy color: '#056DB4'

red 5 ◦ green 109 ◦ blue 180

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

Shades of Cerulean #056DB4

Tints of Cerulean #056DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.07%

 BLUE value IS 180 (70.7% from 255) = 61.22%

R = 1.7%
G = 37.07%
B = 61.22%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#056DB4 (or 0x056DB4) is known color: Cerulean. HEX triplet: 05, 6D and B4. RGB value is (5,109,180). Sum of RGB (Red+Green+Blue) = 5+109+180=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #056DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DB4 is #FA924B. Grayscale: #555555. Windows color (decimal): -16421452 or 11824389. OLE color: 11824389.

HSL color Cylindrical-coordinate representation of color #056DB4: hue angle of 204.34º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056DB4 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 109 180 -
CMYK 0.97 0.39 0 0.29
HSL 204.34º 0.95% 0.36% -
HSV(B) 204.34º 0.97% 0.71% -
XYZ 13.77 14.26 45.21 -
YUV 86 181.04 70.23 -
System Red Green Blue C M Y K H S L
Decimal 5 109 180 0.97 0.39 0 0.29 204.34 0.95 0.36
Hex 5 6D B4 61 27 0 1D CC 5F 24
Octal 5 155 264 141 47 0 35 314 137 44
Binary 101 1101101 10110100 1100001 100111 0 11101 11001100 1011111 100100

Color Harmonies of #056DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056DB4

Black with #056DB4

Text Example


Text Example

White with #056DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056DB4; }

 p { color: rgb(5,109,180); }

 H1.HeaderClassName
 {
   color: #056DB4;
 }
 .AnyTagClassName
 {
   color: #056DB4;
 }
</style>

background-color css

<style>
 a { background-color: #056DB4; }

 a { background-color: rgb(5,109,180); }

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

border-color css

<style>
 span { border-color: #056DB4; }

 span { border-color: rgb(5,109,180); }

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