Html Css Color HEX #0483BB Bondi Blue

📋 copy color: '#0483BB'

red 4 ◦ green 131 ◦ blue 187

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

Shades of Bondi Blue #0483BB

Tints of Bondi Blue #0483BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.07%

R = 1.24%
G = 40.68%
B = 58.07%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0483BB (or 0x0483BB) is known color: Bondi Blue. HEX triplet: 04, 83 and BB. RGB value is (4,131,187). Sum of RGB (Red+Green+Blue) = 4+131+187=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #0483BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0483BB is #FB7C44. Grayscale: #636363. Windows color (decimal): -16481349 or 12288772. OLE color: 12288772.

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

Color convert

RGB 4 131 187 -
CMYK 0.98 0.30 0 0.27
HSL 198.36º 0.96% 0.37% -
HSV(B) 198.36º 0.98% 0.73% -
XYZ 17.14 19.85 49.94 -
YUV 99.41 177.42 59.95 -
System Red Green Blue C M Y K H S L
Decimal 4 131 187 0.98 0.30 0 0.27 198.36 0.96 0.37
Hex 4 83 BB 62 1E 0 1B C6 60 25
Octal 4 203 273 142 36 0 33 306 140 45
Binary 100 10000011 10111011 1100010 11110 0 11011 11000110 1100000 100101

Color Harmonies of #0483BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0483BB

Black with #0483BB

Text Example


Text Example

White with #0483BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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