Html Css Color HEX #048AB5 Bondi Blue

📋 copy color: '#048AB5'

red 4 ◦ green 138 ◦ blue 181

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

Shades of Bondi Blue #048AB5

Tints of Bondi Blue #048AB5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.72%

 BLUE value IS 181 (71.09% from 255) = 56.04%

R = 1.24%
G = 42.72%
B = 56.04%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#048AB5 (or 0x048AB5) is known color: Bondi Blue. HEX triplet: 04, 8A and B5. RGB value is (4,138,181). Sum of RGB (Red+Green+Blue) = 4+138+181=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 181 (71.09% from 255 or 56.04% from 323); Max value from RGB is 181 - color contains mainly: blue. Hex color #048AB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048AB5 is #FB754A. Grayscale: #666666. Windows color (decimal): -16479563 or 11897348. OLE color: 11897348.

HSL color Cylindrical-coordinate representation of color #048AB5: hue angle of 194.58º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048AB5 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 4 138 181 -
CMYK 0.98 0.24 0 0.29
HSL 194.58º 0.96% 0.36% -
HSV(B) 194.58º 0.98% 0.71% -
XYZ 17.48 21.54 46.95 -
YUV 102.84 172.11 57.5 -
System Red Green Blue C M Y K H S L
Decimal 4 138 181 0.98 0.24 0 0.29 194.58 0.96 0.36
Hex 4 8A B5 62 18 0 1D C3 60 24
Octal 4 212 265 142 30 0 35 303 140 44
Binary 100 10001010 10110101 1100010 11000 0 11101 11000011 1100000 100100

Color Harmonies of #048AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048AB5

Black with #048AB5

Text Example


Text Example

White with #048AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,138,181); }

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

background-color css

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

 a { background-color: rgb(4,138,181); }

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

border-color css

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

 span { border-color: rgb(4,138,181); }

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