Html Css Color HEX #048BAF Bondi Blue

📋 copy color: '#048BAF'

red 4 ◦ green 139 ◦ blue 175

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

Shades of Bondi Blue #048BAF

Tints of Bondi Blue #048BAF

RGB

 RED value IS 4 (1.95% from 255) = 1.26%

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

 BLUE value IS 175 (68.75% from 255) = 55.03%

R = 1.26%
G = 43.71%
B = 55.03%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#048BAF (or 0x048BAF) is known color: Bondi Blue. HEX triplet: 04, 8B and AF. RGB value is (4,139,175). Sum of RGB (Red+Green+Blue) = 4+139+175=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #048BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048BAF is #FB7450. Grayscale: #666666. Windows color (decimal): -16479313 or 11504388. OLE color: 11504388.

HSL color Cylindrical-coordinate representation of color #048BAF: hue angle of 192.63º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048BAF is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 139 175 -
CMYK 0.98 0.21 0 0.31
HSL 192.63º 0.96% 0.35% -
HSV(B) 192.63º 0.98% 0.69% -
XYZ 17.02 21.59 43.83 -
YUV 102.74 168.77 57.57 -
System Red Green Blue C M Y K H S L
Decimal 4 139 175 0.98 0.21 0 0.31 192.63 0.96 0.35
Hex 4 8B AF 62 15 0 1F C1 60 23
Octal 4 213 257 142 25 0 37 301 140 43
Binary 100 10001011 10101111 1100010 10101 0 11111 11000001 1100000 100011

Color Harmonies of #048BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048BAF

Black with #048BAF

Text Example


Text Example

White with #048BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048BAF; }

 p { color: rgb(4,139,175); }

 H1.HeaderClassName
 {
   color: #048BAF;
 }
 .AnyTagClassName
 {
   color: #048BAF;
 }
</style>

background-color css

<style>
 a { background-color: #048BAF; }

 a { background-color: rgb(4,139,175); }

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

border-color css

<style>
 span { border-color: #048BAF; }

 span { border-color: rgb(4,139,175); }

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