Html Css Color HEX #048BBF Bondi Blue

📋 copy color: '#048BBF'

red 4 ◦ green 139 ◦ blue 191

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

Shades of Bondi Blue #048BBF

Tints of Bondi Blue #048BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.19%

R = 1.2%
G = 41.62%
B = 57.19%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#048BBF (or 0x048BBF) is known color: Bondi Blue. HEX triplet: 04, 8B and BF. RGB value is (4,139,191). Sum of RGB (Red+Green+Blue) = 4+139+191=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #048BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048BBF is #FB7440. Grayscale: #686868. Windows color (decimal): -16479297 or 12552964. OLE color: 12552964.

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

Color convert

RGB 4 139 191 -
CMYK 0.98 0.27 0 0.25
HSL 196.68º 0.96% 0.38% -
HSV(B) 196.68º 0.98% 0.75% -
XYZ 18.69 22.25 52.6 -
YUV 104.56 176.77 56.27 -
System Red Green Blue C M Y K H S L
Decimal 4 139 191 0.98 0.27 0 0.25 196.68 0.96 0.38
Hex 4 8B BF 62 1B 0 19 C5 60 26
Octal 4 213 277 142 33 0 31 305 140 46
Binary 100 10001011 10111111 1100010 11011 0 11001 11000101 1100000 100110

Color Harmonies of #048BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048BBF

Black with #048BBF

Text Example


Text Example

White with #048BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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