Html Css Color HEX #0483BC Bondi Blue

📋 copy color: '#0483BC'

red 4 ◦ green 131 ◦ blue 188

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

Shades of Bondi Blue #0483BC

Tints of Bondi Blue #0483BC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.56%

 BLUE value IS 188 (73.83% from 255) = 58.2%

R = 1.24%
G = 40.56%
B = 58.2%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0483BC (or 0x0483BC) is known color: Bondi Blue. HEX triplet: 04, 83 and BC. RGB value is (4,131,188). Sum of RGB (Red+Green+Blue) = 4+131+188=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #0483BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0483BC is #FB7C43. Grayscale: #636363. Windows color (decimal): -16481348 or 12354308. OLE color: 12354308.

HSL color Cylindrical-coordinate representation of color #0483BC: hue angle of 198.59º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0483BC is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 131 188 -
CMYK 0.98 0.30 0 0.26
HSL 198.59º 0.96% 0.38% -
HSV(B) 198.59º 0.98% 0.74% -
XYZ 17.24 19.89 50.51 -
YUV 99.53 177.92 59.87 -
System Red Green Blue C M Y K H S L
Decimal 4 131 188 0.98 0.30 0 0.26 198.59 0.96 0.38
Hex 4 83 BC 62 1E 0 1A C7 60 26
Octal 4 203 274 142 36 0 32 307 140 46
Binary 100 10000011 10111100 1100010 11110 0 11010 11000111 1100000 100110

Color Harmonies of #0483BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0483BC

Black with #0483BC

Text Example


Text Example

White with #0483BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0483BC; }

 p { color: rgb(4,131,188); }

 H1.HeaderClassName
 {
   color: #0483BC;
 }
 .AnyTagClassName
 {
   color: #0483BC;
 }
</style>

background-color css

<style>
 a { background-color: #0483BC; }

 a { background-color: rgb(4,131,188); }

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

border-color css

<style>
 span { border-color: #0483BC; }

 span { border-color: rgb(4,131,188); }

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