Html Css Color HEX #0482BC Cerulean

📋 copy color: '#0482BC'

red 4 ◦ green 130 ◦ blue 188

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

Shades of Cerulean #0482BC

Tints of Cerulean #0482BC

RGB

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

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

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

R = 1.24%
G = 40.37%
B = 58.39%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0482BC (or 0x0482BC) is known color: Cerulean. HEX triplet: 04, 82 and BC. RGB value is (4,130,188). Sum of RGB (Red+Green+Blue) = 4+130+188=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #0482BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0482BC is #FB7D43. Grayscale: #626262. Windows color (decimal): -16481604 or 12354052. OLE color: 12354052.

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

Color convert

RGB 4 130 188 -
CMYK 0.98 0.31 0 0.26
HSL 198.91º 0.96% 0.38% -
HSV(B) 198.91º 0.98% 0.74% -
XYZ 17.11 19.62 50.46 -
YUV 98.94 178.26 60.28 -
System Red Green Blue C M Y K H S L
Decimal 4 130 188 0.98 0.31 0 0.26 198.91 0.96 0.38
Hex 4 82 BC 62 1F 0 1A C7 60 26
Octal 4 202 274 142 37 0 32 307 140 46
Binary 100 10000010 10111100 1100010 11111 0 11010 11000111 1100000 100110

Color Harmonies of #0482BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0482BC

Black with #0482BC

Text Example


Text Example

White with #0482BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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