Html Css Color HEX #1485BA Bondi Blue

📋 copy color: '#1485BA'

red 20 ◦ green 133 ◦ blue 186

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

Shades of Bondi Blue #1485BA

Tints of Bondi Blue #1485BA

RGB

 RED value IS 20 (8.2% from 255) = 5.9%

 GREEN value IS 133 (52.34% from 255) = 39.23%

 BLUE value IS 186 (73.05% from 255) = 54.87%

R = 5.9%
G = 39.23%
B = 54.87%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1485BA (or 0x1485BA) is known color: Bondi Blue. HEX triplet: 14, 85 and BA. RGB value is (20,133,186). Sum of RGB (Red+Green+Blue) = 20+133+186=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #1485BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1485BA is #EB7A45. Grayscale: #686868. Windows color (decimal): -15432262 or 12223764. OLE color: 12223764.

HSL color Cylindrical-coordinate representation of color #1485BA: hue angle of 199.16º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1485BA is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 133 186 -
CMYK 0.89 0.28 0 0.27
HSL 199.16º 0.81% 0.4% -
HSV(B) 199.16º 0.89% 0.73% -
XYZ 17.54 20.47 49.48 -
YUV 105.26 173.56 67.19 -
System Red Green Blue C M Y K H S L
Decimal 20 133 186 0.89 0.28 0 0.27 199.16 0.81 0.4
Hex 14 85 BA 59 1C 0 1B C7 51 28
Octal 24 205 272 131 34 0 33 307 121 50
Binary 10100 10000101 10111010 1011001 11100 0 11011 11000111 1010001 101000

Color Harmonies of #1485BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1485BA

Black with #1485BA

Text Example


Text Example

White with #1485BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1485BA; }

 p { color: rgb(20,133,186); }

 H1.HeaderClassName
 {
   color: #1485BA;
 }
 .AnyTagClassName
 {
   color: #1485BA;
 }
</style>

background-color css

<style>
 a { background-color: #1485BA; }

 a { background-color: rgb(20,133,186); }

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

border-color css

<style>
 span { border-color: #1485BA; }

 span { border-color: rgb(20,133,186); }

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