Html Css Color HEX #048CB0 Bondi Blue

📋 copy color: '#048CB0'

red 4 ◦ green 140 ◦ blue 176

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

Shades of Bondi Blue #048CB0

Tints of Bondi Blue #048CB0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.75%

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

R = 1.25%
G = 43.75%
B = 55%

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

#048CB0 (or 0x048CB0) is known color: Bondi Blue. HEX triplet: 04, 8C and B0. RGB value is (4,140,176). Sum of RGB (Red+Green+Blue) = 4+140+176=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 176 (69.14% from 255 or 55% from 320); Max value from RGB is 176 - color contains mainly: blue. Hex color #048CB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048CB0 is #FB734F. Grayscale: #676767. Windows color (decimal): -16479056 or 11570180. OLE color: 11570180.

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

Color convert

RGB 4 140 176 -
CMYK 0.98 0.20 0 0.31
HSL 192.56º 0.96% 0.35% -
HSV(B) 192.56º 0.98% 0.69% -
XYZ 17.26 21.92 44.39 -
YUV 103.44 168.94 57.07 -
System Red Green Blue C M Y K H S L
Decimal 4 140 176 0.98 0.20 0 0.31 192.56 0.96 0.35
Hex 4 8C B0 62 14 0 1F C1 60 23
Octal 4 214 260 142 24 0 37 301 140 43
Binary 100 10001100 10110000 1100010 10100 0 11111 11000001 1100000 100011

Color Harmonies of #048CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048CB0

Black with #048CB0

Text Example


Text Example

White with #048CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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