Html Css Color HEX #0484C3 Bondi Blue

📋 copy color: '#0484C3'

red 4 ◦ green 132 ◦ blue 195

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

Shades of Bondi Blue #0484C3

Tints of Bondi Blue #0484C3

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.88%

 BLUE value IS 195 (76.56% from 255) = 58.91%

R = 1.21%
G = 39.88%
B = 58.91%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0484C3 (or 0x0484C3) is known color: Bondi Blue. HEX triplet: 04, 84 and C3. RGB value is (4,132,195). Sum of RGB (Red+Green+Blue) = 4+132+195=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 195 (76.56% from 255 or 58.91% from 331); Max value from RGB is 195 - color contains mainly: blue. Hex color #0484C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0484C3 is #FB7B3C. Grayscale: #646464. Windows color (decimal): -16481085 or 12813316. OLE color: 12813316.

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

Color convert

RGB 4 132 195 -
CMYK 0.98 0.32 0 0.24
HSL 199.79º 0.96% 0.39% -
HSV(B) 199.79º 0.98% 0.76% -
XYZ 18.15 20.47 54.62 -
YUV 100.91 181.09 58.88 -
System Red Green Blue C M Y K H S L
Decimal 4 132 195 0.98 0.32 0 0.24 199.79 0.96 0.39
Hex 4 84 C3 62 20 0 18 C8 60 27
Octal 4 204 303 142 40 0 30 310 140 47
Binary 100 10000100 11000011 1100010 100000 0 11000 11001000 1100000 100111

Color Harmonies of #0484C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0484C3

Black with #0484C3

Text Example


Text Example

White with #0484C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0484C3; }

 p { color: rgb(4,132,195); }

 H1.HeaderClassName
 {
   color: #0484C3;
 }
 .AnyTagClassName
 {
   color: #0484C3;
 }
</style>

background-color css

<style>
 a { background-color: #0484C3; }

 a { background-color: rgb(4,132,195); }

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

border-color css

<style>
 span { border-color: #0484C3; }

 span { border-color: rgb(4,132,195); }

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