Html Css Color HEX #1487B5 Bondi Blue

📋 copy color: '#1487B5'

red 20 ◦ green 135 ◦ blue 181

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

Shades of Bondi Blue #1487B5

Tints of Bondi Blue #1487B5

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.18%

 BLUE value IS 181 (71.09% from 255) = 53.87%

R = 5.95%
G = 40.18%
B = 53.87%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1487B5 (or 0x1487B5) is known color: Bondi Blue. HEX triplet: 14, 87 and B5. RGB value is (20,135,181). Sum of RGB (Red+Green+Blue) = 20+135+181=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 181 (71.09% from 255 or 53.87% from 336); Max value from RGB is 181 - color contains mainly: blue. Hex color #1487B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1487B5 is #EB784A. Grayscale: #696969. Windows color (decimal): -15431755 or 11896596. OLE color: 11896596.

HSL color Cylindrical-coordinate representation of color #1487B5: hue angle of 197.14º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1487B5 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 135 181 -
CMYK 0.89 0.25 0 0.29
HSL 197.14º 0.8% 0.39% -
HSV(B) 197.14º 0.89% 0.71% -
XYZ 17.29 20.81 46.82 -
YUV 105.86 170.4 66.76 -
System Red Green Blue C M Y K H S L
Decimal 20 135 181 0.89 0.25 0 0.29 197.14 0.8 0.39
Hex 14 87 B5 59 19 0 1D C5 50 27
Octal 24 207 265 131 31 0 35 305 120 47
Binary 10100 10000111 10110101 1011001 11001 0 11101 11000101 1010000 100111

Color Harmonies of #1487B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1487B5

Black with #1487B5

Text Example


Text Example

White with #1487B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1487B5; }

 p { color: rgb(20,135,181); }

 H1.HeaderClassName
 {
   color: #1487B5;
 }
 .AnyTagClassName
 {
   color: #1487B5;
 }
</style>

background-color css

<style>
 a { background-color: #1487B5; }

 a { background-color: rgb(20,135,181); }

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

border-color css

<style>
 span { border-color: #1487B5; }

 span { border-color: rgb(20,135,181); }

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