Html Css Color HEX #048DB0 Bondi Blue

📋 copy color: '#048DB0'

red 4 ◦ green 141 ◦ blue 176

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

Shades of Bondi Blue #048DB0

Tints of Bondi Blue #048DB0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.93%

 BLUE value IS 176 (69.14% from 255) = 54.83%

R = 1.25%
G = 43.93%
B = 54.83%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#048DB0 (or 0x048DB0) is known color: Bondi Blue. HEX triplet: 04, 8D and B0. RGB value is (4,141,176). Sum of RGB (Red+Green+Blue) = 4+141+176=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 176 (69.14% from 255 or 54.83% from 321); Max value from RGB is 176 - color contains mainly: blue. Hex color #048DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048DB0 is #FB724F. Grayscale: #676767. Windows color (decimal): -16478800 or 11570436. OLE color: 11570436.

HSL color Cylindrical-coordinate representation of color #048DB0: hue angle of 192.21º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048DB0 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 141 176 -
CMYK 0.98 0.20 0 0.31
HSL 192.21º 0.96% 0.35% -
HSV(B) 192.21º 0.98% 0.69% -
XYZ 17.41 22.21 44.44 -
YUV 104.03 168.61 56.65 -
System Red Green Blue C M Y K H S L
Decimal 4 141 176 0.98 0.20 0 0.31 192.21 0.96 0.35
Hex 4 8D B0 62 14 0 1F C0 60 23
Octal 4 215 260 142 24 0 37 300 140 43
Binary 100 10001101 10110000 1100010 10100 0 11111 11000000 1100000 100011

Color Harmonies of #048DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048DB0

Black with #048DB0

Text Example


Text Example

White with #048DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,141,176); }

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

background-color css

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

 a { background-color: rgb(4,141,176); }

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

border-color css

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

 span { border-color: rgb(4,141,176); }

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