Html Css Color HEX #078CBA Bondi Blue

📋 copy color: '#078CBA'

red 7 ◦ green 140 ◦ blue 186

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

Shades of Bondi Blue #078CBA

Tints of Bondi Blue #078CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.04%

 BLUE value IS 186 (73.05% from 255) = 55.86%

R = 2.1%
G = 42.04%
B = 55.86%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#078CBA (or 0x078CBA) is known color: Bondi Blue. HEX triplet: 07, 8C and BA. RGB value is (7,140,186). Sum of RGB (Red+Green+Blue) = 7+140+186=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #078CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078CBA is #F87345. Grayscale: #696969. Windows color (decimal): -16282438 or 12225543. OLE color: 12225543.

HSL color Cylindrical-coordinate representation of color #078CBA: hue angle of 195.42º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078CBA is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 140 186 -
CMYK 0.96 0.25 0 0.27
HSL 195.42º 0.93% 0.38% -
HSV(B) 195.42º 0.96% 0.73% -
XYZ 18.33 22.35 49.8 -
YUV 105.48 173.44 57.76 -
System Red Green Blue C M Y K H S L
Decimal 7 140 186 0.96 0.25 0 0.27 195.42 0.93 0.38
Hex 7 8C BA 60 19 0 1B C3 5D 26
Octal 7 214 272 140 31 0 33 303 135 46
Binary 111 10001100 10111010 1100000 11001 0 11011 11000011 1011101 100110

Color Harmonies of #078CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078CBA

Black with #078CBA

Text Example


Text Example

White with #078CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,140,186); }

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

background-color css

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

 a { background-color: rgb(7,140,186); }

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

border-color css

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

 span { border-color: rgb(7,140,186); }

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