Html Css Color HEX #078BB4 Bondi Blue

📋 copy color: '#078BB4'

red 7 ◦ green 139 ◦ blue 180

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

Shades of Bondi Blue #078BB4

Tints of Bondi Blue #078BB4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.64%

 BLUE value IS 180 (70.7% from 255) = 55.21%

R = 2.15%
G = 42.64%
B = 55.21%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#078BB4 (or 0x078BB4) is known color: Bondi Blue. HEX triplet: 07, 8B and B4. RGB value is (7,139,180). Sum of RGB (Red+Green+Blue) = 7+139+180=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #078BB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078BB4 is #F8744B. Grayscale: #676767. Windows color (decimal): -16282700 or 11832071. OLE color: 11832071.

HSL color Cylindrical-coordinate representation of color #078BB4: hue angle of 194.22º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078BB4 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 139 180 -
CMYK 0.96 0.23 0 0.29
HSL 194.22º 0.93% 0.37% -
HSV(B) 194.22º 0.96% 0.71% -
XYZ 17.56 21.81 46.46 -
YUV 104.21 170.77 58.67 -
System Red Green Blue C M Y K H S L
Decimal 7 139 180 0.96 0.23 0 0.29 194.22 0.93 0.37
Hex 7 8B B4 60 17 0 1D C2 5D 25
Octal 7 213 264 140 27 0 35 302 135 45
Binary 111 10001011 10110100 1100000 10111 0 11101 11000010 1011101 100101

Color Harmonies of #078BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078BB4

Black with #078BB4

Text Example


Text Example

White with #078BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078BB4; }

 p { color: rgb(7,139,180); }

 H1.HeaderClassName
 {
   color: #078BB4;
 }
 .AnyTagClassName
 {
   color: #078BB4;
 }
</style>

background-color css

<style>
 a { background-color: #078BB4; }

 a { background-color: rgb(7,139,180); }

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

border-color css

<style>
 span { border-color: #078BB4; }

 span { border-color: rgb(7,139,180); }

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