Html Css Color HEX #048CC1 Bondi Blue

📋 copy color: '#048CC1'

red 4 ◦ green 140 ◦ blue 193

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

Shades of Bondi Blue #048CC1

Tints of Bondi Blue #048CC1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.54%

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

R = 1.19%
G = 41.54%
B = 57.27%

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

#048CC1 (or 0x048CC1) is known color: Bondi Blue. HEX triplet: 04, 8C and C1. RGB value is (4,140,193). Sum of RGB (Red+Green+Blue) = 4+140+193=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #048CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048CC1 is #FB733E. Grayscale: #696969. Windows color (decimal): -16479039 or 12684292. OLE color: 12684292.

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

Color convert

RGB 4 140 193 -
CMYK 0.98 0.27 0 0.24
HSL 196.83º 0.96% 0.39% -
HSV(B) 196.83º 0.98% 0.76% -
XYZ 19.05 22.63 53.82 -
YUV 105.38 177.44 55.69 -
System Red Green Blue C M Y K H S L
Decimal 4 140 193 0.98 0.27 0 0.24 196.83 0.96 0.39
Hex 4 8C C1 62 1B 0 18 C5 60 27
Octal 4 214 301 142 33 0 30 305 140 47
Binary 100 10001100 11000001 1100010 11011 0 11000 11000101 1100000 100111

Color Harmonies of #048CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048CC1

Black with #048CC1

Text Example


Text Example

White with #048CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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