Html Css Color HEX #1490BD Bondi Blue

📋 copy color: '#1490BD'

red 20 ◦ green 144 ◦ blue 189

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

Shades of Bondi Blue #1490BD

Tints of Bondi Blue #1490BD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.79%

 BLUE value IS 189 (74.22% from 255) = 53.54%

R = 5.67%
G = 40.79%
B = 53.54%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1490BD (or 0x1490BD) is known color: Bondi Blue. HEX triplet: 14, 90 and BD. RGB value is (20,144,189). Sum of RGB (Red+Green+Blue) = 20+144+189=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #1490BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1490BD is #EB6F42. Grayscale: #6F6F6F. Windows color (decimal): -15429443 or 12423188. OLE color: 12423188.

HSL color Cylindrical-coordinate representation of color #1490BD: hue angle of 195.98º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1490BD is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 144 189 -
CMYK 0.89 0.24 0 0.26
HSL 195.98º 0.81% 0.41% -
HSV(B) 195.98º 0.89% 0.74% -
XYZ 19.45 23.77 51.71 -
YUV 112.05 171.42 62.34 -
System Red Green Blue C M Y K H S L
Decimal 20 144 189 0.89 0.24 0 0.26 195.98 0.81 0.41
Hex 14 90 BD 59 18 0 1A C4 51 29
Octal 24 220 275 131 30 0 32 304 121 51
Binary 10100 10010000 10111101 1011001 11000 0 11010 11000100 1010001 101001

Color Harmonies of #1490BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1490BD

Black with #1490BD

Text Example


Text Example

White with #1490BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1490BD; }

 p { color: rgb(20,144,189); }

 H1.HeaderClassName
 {
   color: #1490BD;
 }
 .AnyTagClassName
 {
   color: #1490BD;
 }
</style>

background-color css

<style>
 a { background-color: #1490BD; }

 a { background-color: rgb(20,144,189); }

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

border-color css

<style>
 span { border-color: #1490BD; }

 span { border-color: rgb(20,144,189); }

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