Html Css Color HEX #048FBC Bondi Blue

📋 copy color: '#048FBC'

red 4 ◦ green 143 ◦ blue 188

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

Shades of Bondi Blue #048FBC

Tints of Bondi Blue #048FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.69%

 BLUE value IS 188 (73.83% from 255) = 56.12%

R = 1.19%
G = 42.69%
B = 56.12%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#048FBC (or 0x048FBC) is known color: Bondi Blue. HEX triplet: 04, 8F and BC. RGB value is (4,143,188). Sum of RGB (Red+Green+Blue) = 4+143+188=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #048FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048FBC is #FB7043. Grayscale: #6A6A6A. Windows color (decimal): -16478276 or 12357380. OLE color: 12357380.

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

Color convert

RGB 4 143 188 -
CMYK 0.98 0.24 0 0.26
HSL 194.67º 0.96% 0.38% -
HSV(B) 194.67º 0.98% 0.74% -
XYZ 18.95 23.3 51.08 -
YUV 106.57 173.95 54.84 -
System Red Green Blue C M Y K H S L
Decimal 4 143 188 0.98 0.24 0 0.26 194.67 0.96 0.38
Hex 4 8F BC 62 18 0 1A C3 60 26
Octal 4 217 274 142 30 0 32 303 140 46
Binary 100 10001111 10111100 1100010 11000 0 11010 11000011 1100000 100110

Color Harmonies of #048FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048FBC

Black with #048FBC

Text Example


Text Example

White with #048FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,143,188); }

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

background-color css

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

 a { background-color: rgb(4,143,188); }

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

border-color css

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

 span { border-color: rgb(4,143,188); }

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