Html Css Color HEX #0782BF Bondi Blue

📋 copy color: '#0782BF'

red 7 ◦ green 130 ◦ blue 191

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

Shades of Bondi Blue #0782BF

Tints of Bondi Blue #0782BF

RGB

 RED value IS 7 (3.13% from 255) = 2.13%

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

 BLUE value IS 191 (75% from 255) = 58.23%

R = 2.13%
G = 39.63%
B = 58.23%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0782BF (or 0x0782BF) is known color: Bondi Blue. HEX triplet: 07, 82 and BF. RGB value is (7,130,191). Sum of RGB (Red+Green+Blue) = 7+130+191=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #0782BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0782BF is #F87D40. Grayscale: #636363. Windows color (decimal): -16284993 or 12550663. OLE color: 12550663.

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

Color convert

RGB 7 130 191 -
CMYK 0.96 0.32 0 0.25
HSL 199.89º 0.93% 0.39% -
HSV(B) 199.89º 0.96% 0.75% -
XYZ 17.47 19.77 52.19 -
YUV 100.18 179.25 61.54 -
System Red Green Blue C M Y K H S L
Decimal 7 130 191 0.96 0.32 0 0.25 199.89 0.93 0.39
Hex 7 82 BF 60 20 0 19 C8 5D 27
Octal 7 202 277 140 40 0 31 310 135 47
Binary 111 10000010 10111111 1100000 100000 0 11001 11001000 1011101 100111

Color Harmonies of #0782BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0782BF

Black with #0782BF

Text Example


Text Example

White with #0782BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0782BF; }

 p { color: rgb(7,130,191); }

 H1.HeaderClassName
 {
   color: #0782BF;
 }
 .AnyTagClassName
 {
   color: #0782BF;
 }
</style>

background-color css

<style>
 a { background-color: #0782BF; }

 a { background-color: rgb(7,130,191); }

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

border-color css

<style>
 span { border-color: #0782BF; }

 span { border-color: rgb(7,130,191); }

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