Html Css Color HEX #048BBA Bondi Blue

📋 copy color: '#048BBA'

red 4 ◦ green 139 ◦ blue 186

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

Shades of Bondi Blue #048BBA

Tints of Bondi Blue #048BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 1.22%
G = 42.25%
B = 56.53%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#048BBA (or 0x048BBA) is known color: Bondi Blue. HEX triplet: 04, 8B and BA. RGB value is (4,139,186). Sum of RGB (Red+Green+Blue) = 4+139+186=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #048BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048BBA is #FB7445. Grayscale: #676767. Windows color (decimal): -16479302 or 12225284. OLE color: 12225284.

HSL color Cylindrical-coordinate representation of color #048BBA: hue angle of 195.49º 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 #048BBA is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 139 186 -
CMYK 0.98 0.25 0 0.27
HSL 195.49º 0.96% 0.37% -
HSV(B) 195.49º 0.98% 0.73% -
XYZ 18.15 22.04 49.75 -
YUV 103.99 174.27 56.68 -
System Red Green Blue C M Y K H S L
Decimal 4 139 186 0.98 0.25 0 0.27 195.49 0.96 0.37
Hex 4 8B BA 62 19 0 1B C3 60 25
Octal 4 213 272 142 31 0 33 303 140 45
Binary 100 10001011 10111010 1100010 11001 0 11011 11000011 1100000 100101

Color Harmonies of #048BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048BBA

Black with #048BBA

Text Example


Text Example

White with #048BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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