Html Css Color HEX #0482BB Cerulean

📋 copy color: '#0482BB'

red 4 ◦ green 130 ◦ blue 187

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

Shades of Cerulean #0482BB

Tints of Cerulean #0482BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.5%

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

R = 1.25%
G = 40.5%
B = 58.26%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0482BB (or 0x0482BB) is known color: Cerulean. HEX triplet: 04, 82 and BB. RGB value is (4,130,187). Sum of RGB (Red+Green+Blue) = 4+130+187=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #0482BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0482BB is #FB7D44. Grayscale: #626262. Windows color (decimal): -16481605 or 12288516. OLE color: 12288516.

HSL color Cylindrical-coordinate representation of color #0482BB: hue angle of 198.69º 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 #0482BB is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 130 187 -
CMYK 0.98 0.30 0 0.27
HSL 198.69º 0.96% 0.37% -
HSV(B) 198.69º 0.98% 0.73% -
XYZ 17 19.58 49.9 -
YUV 98.82 177.76 60.37 -
System Red Green Blue C M Y K H S L
Decimal 4 130 187 0.98 0.30 0 0.27 198.69 0.96 0.37
Hex 4 82 BB 62 1E 0 1B C7 60 25
Octal 4 202 273 142 36 0 33 307 140 45
Binary 100 10000010 10111011 1100010 11110 0 11011 11000111 1100000 100101

Color Harmonies of #0482BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0482BB

Black with #0482BB

Text Example


Text Example

White with #0482BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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