Html Css Color HEX #078FB4 Bondi Blue

📋 copy color: '#078FB4'

red 7 ◦ green 143 ◦ blue 180

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

Shades of Bondi Blue #078FB4

Tints of Bondi Blue #078FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.33%

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

R = 2.12%
G = 43.33%
B = 54.55%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#078FB4 (or 0x078FB4) is known color: Bondi Blue. HEX triplet: 07, 8F and B4. RGB value is (7,143,180). Sum of RGB (Red+Green+Blue) = 7+143+180=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #078FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078FB4 is #F8704B. Grayscale: #6A6A6A. Windows color (decimal): -16281676 or 11833095. OLE color: 11833095.

HSL color Cylindrical-coordinate representation of color #078FB4: hue angle of 192.83º 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 #078FB4 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 143 180 -
CMYK 0.96 0.21 0 0.29
HSL 192.83º 0.93% 0.37% -
HSV(B) 192.83º 0.96% 0.71% -
XYZ 18.15 22.99 46.66 -
YUV 106.55 169.44 56.99 -
System Red Green Blue C M Y K H S L
Decimal 7 143 180 0.96 0.21 0 0.29 192.83 0.93 0.37
Hex 7 8F B4 60 15 0 1D C1 5D 25
Octal 7 217 264 140 25 0 35 301 135 45
Binary 111 10001111 10110100 1100000 10101 0 11101 11000001 1011101 100101

Color Harmonies of #078FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078FB4

Black with #078FB4

Text Example


Text Example

White with #078FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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