Html Css Color HEX #048BBB Bondi Blue

📋 copy color: '#048BBB'

red 4 ◦ green 139 ◦ blue 187

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

Shades of Bondi Blue #048BBB

Tints of Bondi Blue #048BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.67%

R = 1.21%
G = 42.12%
B = 56.67%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#048BBB (or 0x048BBB) is known color: Bondi Blue. HEX triplet: 04, 8B and BB. RGB value is (4,139,187). Sum of RGB (Red+Green+Blue) = 4+139+187=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #048BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048BBB is #FB7444. Grayscale: #676767. Windows color (decimal): -16479301 or 12290820. OLE color: 12290820.

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

Color convert

RGB 4 139 187 -
CMYK 0.98 0.26 0 0.27
HSL 195.74º 0.96% 0.37% -
HSV(B) 195.74º 0.98% 0.73% -
XYZ 18.25 22.08 50.31 -
YUV 104.11 174.77 56.6 -
System Red Green Blue C M Y K H S L
Decimal 4 139 187 0.98 0.26 0 0.27 195.74 0.96 0.37
Hex 4 8B BB 62 1A 0 1B C4 60 25
Octal 4 213 273 142 32 0 33 304 140 45
Binary 100 10001011 10111011 1100010 11010 0 11011 11000100 1100000 100101

Color Harmonies of #048BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048BBB

Black with #048BBB

Text Example


Text Example

White with #048BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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