Html Css Color HEX #048FBE Bondi Blue

📋 copy color: '#048FBE'

red 4 ◦ green 143 ◦ blue 190

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

Shades of Bondi Blue #048FBE

Tints of Bondi Blue #048FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.38%

R = 1.19%
G = 42.43%
B = 56.38%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#048FBE (or 0x048FBE) is known color: Bondi Blue. HEX triplet: 04, 8F and BE. RGB value is (4,143,190). Sum of RGB (Red+Green+Blue) = 4+143+190=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #048FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048FBE is #FB7041. Grayscale: #6A6A6A. Windows color (decimal): -16478274 or 12488452. OLE color: 12488452.

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

Color convert

RGB 4 143 190 -
CMYK 0.98 0.25 0 0.25
HSL 195.16º 0.96% 0.38% -
HSV(B) 195.16º 0.98% 0.75% -
XYZ 19.17 23.39 52.22 -
YUV 106.8 174.95 54.68 -
System Red Green Blue C M Y K H S L
Decimal 4 143 190 0.98 0.25 0 0.25 195.16 0.96 0.38
Hex 4 8F BE 62 19 0 19 C3 60 26
Octal 4 217 276 142 31 0 31 303 140 46
Binary 100 10001111 10111110 1100010 11001 0 11001 11000011 1100000 100110

Color Harmonies of #048FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048FBE

Black with #048FBE

Text Example


Text Example

White with #048FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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