Html Css Color HEX #048DC1 Bondi Blue

📋 copy color: '#048DC1'

red 4 ◦ green 141 ◦ blue 193

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

Shades of Bondi Blue #048DC1

Tints of Bondi Blue #048DC1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.72%

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

R = 1.18%
G = 41.72%
B = 57.1%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#048DC1 (or 0x048DC1) is known color: Bondi Blue. HEX triplet: 04, 8D and C1. RGB value is (4,141,193). Sum of RGB (Red+Green+Blue) = 4+141+193=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #048DC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048DC1 is #FB723E. Grayscale: #696969. Windows color (decimal): -16478783 or 12684548. OLE color: 12684548.

HSL color Cylindrical-coordinate representation of color #048DC1: hue angle of 196.51º 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 #048DC1 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 141 193 -
CMYK 0.98 0.27 0 0.24
HSL 196.51º 0.96% 0.39% -
HSV(B) 196.51º 0.98% 0.76% -
XYZ 19.2 22.93 53.87 -
YUV 105.97 177.11 55.27 -
System Red Green Blue C M Y K H S L
Decimal 4 141 193 0.98 0.27 0 0.24 196.51 0.96 0.39
Hex 4 8D C1 62 1B 0 18 C5 60 27
Octal 4 215 301 142 33 0 30 305 140 47
Binary 100 10001101 11000001 1100010 11011 0 11000 11000101 1100000 100111

Color Harmonies of #048DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048DC1

Black with #048DC1

Text Example


Text Example

White with #048DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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