Html Css Color HEX #1585BA Bondi Blue

📋 copy color: '#1585BA'

red 21 ◦ green 133 ◦ blue 186

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

Shades of Bondi Blue #1585BA

Tints of Bondi Blue #1585BA

RGB

 RED value IS 21 (8.59% from 255) = 6.18%

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

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

R = 6.18%
G = 39.12%
B = 54.71%

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

#1585BA (or 0x1585BA) is known color: Bondi Blue. HEX triplet: 15, 85 and BA. RGB value is (21,133,186). Sum of RGB (Red+Green+Blue) = 21+133+186=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #1585BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1585BA is #EA7A45. Grayscale: #696969. Windows color (decimal): -15366726 or 12223765. OLE color: 12223765.

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

Color convert

RGB 21 133 186 -
CMYK 0.89 0.28 0 0.27
HSL 199.27º 0.8% 0.41% -
HSV(B) 199.27º 0.89% 0.73% -
XYZ 17.56 20.48 49.48 -
YUV 105.55 173.39 67.69 -
System Red Green Blue C M Y K H S L
Decimal 21 133 186 0.89 0.28 0 0.27 199.27 0.8 0.41
Hex 15 85 BA 59 1C 0 1B C7 50 29
Octal 25 205 272 131 34 0 33 307 120 51
Binary 10101 10000101 10111010 1011001 11100 0 11011 11000111 1010000 101001

Color Harmonies of #1585BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1585BA

Black with #1585BA

Text Example


Text Example

White with #1585BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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