Html Css Color HEX #048FC1 Bondi Blue

📋 copy color: '#048FC1'

red 4 ◦ green 143 ◦ blue 193

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

Shades of Bondi Blue #048FC1

Tints of Bondi Blue #048FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 56.76%

R = 1.18%
G = 42.06%
B = 56.76%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#048FC1 (or 0x048FC1) is known color: Bondi Blue. HEX triplet: 04, 8F and C1. RGB value is (4,143,193). Sum of RGB (Red+Green+Blue) = 4+143+193=340 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 193 (75.78% from 255 or 56.76% from 340); Max value from RGB is 193 - color contains mainly: blue. Hex color #048FC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048FC1 is #FB703E. Grayscale: #6A6A6A. Windows color (decimal): -16478271 or 12685060. OLE color: 12685060.

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

Color convert

RGB 4 143 193 -
CMYK 0.98 0.26 0 0.24
HSL 195.87º 0.96% 0.39% -
HSV(B) 195.87º 0.98% 0.76% -
XYZ 19.5 23.52 53.96 -
YUV 107.14 176.45 54.43 -
System Red Green Blue C M Y K H S L
Decimal 4 143 193 0.98 0.26 0 0.24 195.87 0.96 0.39
Hex 4 8F C1 62 1A 0 18 C4 60 27
Octal 4 217 301 142 32 0 30 304 140 47
Binary 100 10001111 11000001 1100010 11010 0 11000 11000100 1100000 100111

Color Harmonies of #048FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048FC1

Black with #048FC1

Text Example


Text Example

White with #048FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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