Html Css Color HEX #048FBA Bondi Blue

📋 copy color: '#048FBA'

red 4 ◦ green 143 ◦ blue 186

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

Shades of Bondi Blue #048FBA

Tints of Bondi Blue #048FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.86%

R = 1.2%
G = 42.94%
B = 55.86%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#048FBA (or 0x048FBA) is known color: Bondi Blue. HEX triplet: 04, 8F and BA. RGB value is (4,143,186). Sum of RGB (Red+Green+Blue) = 4+143+186=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #048FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048FBA is #FB7045. Grayscale: #6A6A6A. Windows color (decimal): -16478278 or 12226308. OLE color: 12226308.

HSL color Cylindrical-coordinate representation of color #048FBA: hue angle of 194.18º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048FBA is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 143 186 -
CMYK 0.98 0.23 0 0.27
HSL 194.18º 0.96% 0.37% -
HSV(B) 194.18º 0.98% 0.73% -
XYZ 18.74 23.22 49.95 -
YUV 106.34 172.95 55 -
System Red Green Blue C M Y K H S L
Decimal 4 143 186 0.98 0.23 0 0.27 194.18 0.96 0.37
Hex 4 8F BA 62 17 0 1B C2 60 25
Octal 4 217 272 142 27 0 33 302 140 45
Binary 100 10001111 10111010 1100010 10111 0 11011 11000010 1100000 100101

Color Harmonies of #048FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048FBA

Black with #048FBA

Text Example


Text Example

White with #048FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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