Html Css Color HEX #0480BB Cerulean

📋 copy color: '#0480BB'

red 4 ◦ green 128 ◦ blue 187

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

Shades of Cerulean #0480BB

Tints of Cerulean #0480BB

RGB

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

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

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

R = 1.25%
G = 40.13%
B = 58.62%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0480BB (or 0x0480BB) is known color: Cerulean. HEX triplet: 04, 80 and BB. RGB value is (4,128,187). Sum of RGB (Red+Green+Blue) = 4+128+187=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #0480BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0480BB is #FB7F44. Grayscale: #616161. Windows color (decimal): -16482117 or 12288004. OLE color: 12288004.

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

Color convert

RGB 4 128 187 -
CMYK 0.98 0.32 0 0.27
HSL 199.34º 0.96% 0.37% -
HSV(B) 199.34º 0.98% 0.73% -
XYZ 16.74 19.05 49.81 -
YUV 97.65 178.42 61.2 -
System Red Green Blue C M Y K H S L
Decimal 4 128 187 0.98 0.32 0 0.27 199.34 0.96 0.37
Hex 4 80 BB 62 20 0 1B C7 60 25
Octal 4 200 273 142 40 0 33 307 140 45
Binary 100 10000000 10111011 1100010 100000 0 11011 11000111 1100000 100101

Color Harmonies of #0480BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0480BB

Black with #0480BB

Text Example


Text Example

White with #0480BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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