Html Css Color HEX #048BBC Bondi Blue

📋 copy color: '#048BBC'

red 4 ◦ green 139 ◦ blue 188

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

Shades of Bondi Blue #048BBC

Tints of Bondi Blue #048BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 1.21%
G = 41.99%
B = 56.8%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#048BBC (or 0x048BBC) is known color: Bondi Blue. HEX triplet: 04, 8B and BC. RGB value is (4,139,188). Sum of RGB (Red+Green+Blue) = 4+139+188=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #048BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048BBC is #FB7443. Grayscale: #676767. Windows color (decimal): -16479300 or 12356356. OLE color: 12356356.

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

Color convert

RGB 4 139 188 -
CMYK 0.98 0.26 0 0.26
HSL 195.98º 0.96% 0.38% -
HSV(B) 195.98º 0.98% 0.74% -
XYZ 18.36 22.12 50.88 -
YUV 104.22 175.27 56.52 -
System Red Green Blue C M Y K H S L
Decimal 4 139 188 0.98 0.26 0 0.26 195.98 0.96 0.38
Hex 4 8B BC 62 1A 0 1A C4 60 26
Octal 4 213 274 142 32 0 32 304 140 46
Binary 100 10001011 10111100 1100010 11010 0 11010 11000100 1100000 100110

Color Harmonies of #048BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048BBC

Black with #048BBC

Text Example


Text Example

White with #048BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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