Html Css Color HEX #0480BC Cerulean

📋 copy color: '#0480BC'

red 4 ◦ green 128 ◦ blue 188

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

Shades of Cerulean #0480BC

Tints of Cerulean #0480BC

RGB

 RED value IS 4 (1.95% from 255) = 1.25%

 GREEN value IS 128 (50.39% from 255) = 40%

 BLUE value IS 188 (73.83% from 255) = 58.75%

R = 1.25%
G = 40%
B = 58.75%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0480BC (or 0x0480BC) is known color: Cerulean. HEX triplet: 04, 80 and BC. RGB value is (4,128,188). Sum of RGB (Red+Green+Blue) = 4+128+188=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #0480BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0480BC is #FB7F43. Grayscale: #616161. Windows color (decimal): -16482116 or 12353540. OLE color: 12353540.

HSL color Cylindrical-coordinate representation of color #0480BC: hue angle of 199.57º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0480BC is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 128 188 -
CMYK 0.98 0.32 0 0.26
HSL 199.57º 0.96% 0.38% -
HSV(B) 199.57º 0.98% 0.74% -
XYZ 16.85 19.1 50.37 -
YUV 97.76 178.92 61.12 -
System Red Green Blue C M Y K H S L
Decimal 4 128 188 0.98 0.32 0 0.26 199.57 0.96 0.38
Hex 4 80 BC 62 20 0 1A C8 60 26
Octal 4 200 274 142 40 0 32 310 140 46
Binary 100 10000000 10111100 1100010 100000 0 11010 11001000 1100000 100110

Color Harmonies of #0480BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0480BC

Black with #0480BC

Text Example


Text Example

White with #0480BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0480BC; }

 p { color: rgb(4,128,188); }

 H1.HeaderClassName
 {
   color: #0480BC;
 }
 .AnyTagClassName
 {
   color: #0480BC;
 }
</style>

background-color css

<style>
 a { background-color: #0480BC; }

 a { background-color: rgb(4,128,188); }

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

border-color css

<style>
 span { border-color: #0480BC; }

 span { border-color: rgb(4,128,188); }

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