Html Css Color HEX #0482C0 Bondi Blue

📋 copy color: '#0482C0'

red 4 ◦ green 130 ◦ blue 192

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

Shades of Bondi Blue #0482C0

Tints of Bondi Blue #0482C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 58.9%

R = 1.23%
G = 39.88%
B = 58.9%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0482C0 (or 0x0482C0) is known color: Bondi Blue. HEX triplet: 04, 82 and C0. RGB value is (4,130,192). Sum of RGB (Red+Green+Blue) = 4+130+192=326 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #0482C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0482C0 is #FB7D3F. Grayscale: #636363. Windows color (decimal): -16481600 or 12616196. OLE color: 12616196.

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

Color convert

RGB 4 130 192 -
CMYK 0.98 0.32 0 0.25
HSL 199.79º 0.96% 0.38% -
HSV(B) 199.79º 0.98% 0.75% -
XYZ 17.55 19.8 52.77 -
YUV 99.39 180.26 59.96 -
System Red Green Blue C M Y K H S L
Decimal 4 130 192 0.98 0.32 0 0.25 199.79 0.96 0.38
Hex 4 82 C0 62 20 0 19 C8 60 26
Octal 4 202 300 142 40 0 31 310 140 46
Binary 100 10000010 11000000 1100010 100000 0 11001 11001000 1100000 100110

Color Harmonies of #0482C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0482C0

Black with #0482C0

Text Example


Text Example

White with #0482C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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