Html Css Color HEX #0482BE Bondi Blue

📋 copy color: '#0482BE'

red 4 ◦ green 130 ◦ blue 190

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

Shades of Bondi Blue #0482BE

Tints of Bondi Blue #0482BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.64%

R = 1.23%
G = 40.12%
B = 58.64%

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

#0482BE (or 0x0482BE) is known color: Bondi Blue. HEX triplet: 04, 82 and BE. RGB value is (4,130,190). Sum of RGB (Red+Green+Blue) = 4+130+190=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #0482BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0482BE is #FB7D41. Grayscale: #626262. Windows color (decimal): -16481602 or 12485124. OLE color: 12485124.

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

Color convert

RGB 4 130 190 -
CMYK 0.98 0.32 0 0.25
HSL 199.35º 0.96% 0.38% -
HSV(B) 199.35º 0.98% 0.75% -
XYZ 17.33 19.71 51.61 -
YUV 99.17 179.26 60.12 -
System Red Green Blue C M Y K H S L
Decimal 4 130 190 0.98 0.32 0 0.25 199.35 0.96 0.38
Hex 4 82 BE 62 20 0 19 C7 60 26
Octal 4 202 276 142 40 0 31 307 140 46
Binary 100 10000010 10111110 1100010 100000 0 11001 11000111 1100000 100110

Color Harmonies of #0482BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0482BE

Black with #0482BE

Text Example


Text Example

White with #0482BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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