Html Css Color HEX #048CB3 Bondi Blue

📋 copy color: '#048CB3'

red 4 ◦ green 140 ◦ blue 179

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

Shades of Bondi Blue #048CB3

Tints of Bondi Blue #048CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 55.42%

R = 1.24%
G = 43.34%
B = 55.42%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#048CB3 (or 0x048CB3) is known color: Bondi Blue. HEX triplet: 04, 8C and B3. RGB value is (4,140,179). Sum of RGB (Red+Green+Blue) = 4+140+179=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 179 (70.31% from 255 or 55.42% from 323); Max value from RGB is 179 - color contains mainly: blue. Hex color #048CB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048CB3 is #FB734C. Grayscale: #676767. Windows color (decimal): -16479053 or 11766788. OLE color: 11766788.

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

Color convert

RGB 4 140 179 -
CMYK 0.98 0.22 0 0.30
HSL 193.37º 0.96% 0.36% -
HSV(B) 193.37º 0.98% 0.7% -
XYZ 17.56 22.04 45.98 -
YUV 103.78 170.44 56.83 -
System Red Green Blue C M Y K H S L
Decimal 4 140 179 0.98 0.22 0 0.30 193.37 0.96 0.36
Hex 4 8C B3 62 16 0 1E C1 60 24
Octal 4 214 263 142 26 0 36 301 140 44
Binary 100 10001100 10110011 1100010 10110 0 11110 11000001 1100000 100100

Color Harmonies of #048CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048CB3

Black with #048CB3

Text Example


Text Example

White with #048CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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