Html Css Color HEX #078DB1 Bondi Blue

📋 copy color: '#078DB1'

red 7 ◦ green 141 ◦ blue 177

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

Shades of Bondi Blue #078DB1

Tints of Bondi Blue #078DB1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.38%

 BLUE value IS 177 (69.53% from 255) = 54.46%

R = 2.15%
G = 43.38%
B = 54.46%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#078DB1 (or 0x078DB1) is known color: Bondi Blue. HEX triplet: 07, 8D and B1. RGB value is (7,141,177). Sum of RGB (Red+Green+Blue) = 7+141+177=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 177 (69.53% from 255 or 54.46% from 325); Max value from RGB is 177 - color contains mainly: blue. Hex color #078DB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078DB1 is #F8724E. Grayscale: #686868. Windows color (decimal): -16282191 or 11635975. OLE color: 11635975.

HSL color Cylindrical-coordinate representation of color #078DB1: hue angle of 192.71º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078DB1 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 141 177 -
CMYK 0.96 0.20 0 0.31
HSL 192.71º 0.92% 0.36% -
HSV(B) 192.71º 0.96% 0.69% -
XYZ 17.55 22.27 44.97 -
YUV 105.04 168.61 58.07 -
System Red Green Blue C M Y K H S L
Decimal 7 141 177 0.96 0.20 0 0.31 192.71 0.92 0.36
Hex 7 8D B1 60 14 0 1F C1 5C 24
Octal 7 215 261 140 24 0 37 301 134 44
Binary 111 10001101 10110001 1100000 10100 0 11111 11000001 1011100 100100

Color Harmonies of #078DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078DB1

Black with #078DB1

Text Example


Text Example

White with #078DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,141,177); }

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

background-color css

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

 a { background-color: rgb(7,141,177); }

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

border-color css

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

 span { border-color: rgb(7,141,177); }

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