Html Css Color HEX #1490BE Bondi Blue

📋 copy color: '#1490BE'

red 20 ◦ green 144 ◦ blue 190

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

Shades of Bondi Blue #1490BE

Tints of Bondi Blue #1490BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.67%

R = 5.65%
G = 40.68%
B = 53.67%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1490BE (or 0x1490BE) is known color: Bondi Blue. HEX triplet: 14, 90 and BE. RGB value is (20,144,190). Sum of RGB (Red+Green+Blue) = 20+144+190=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #1490BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1490BE is #EB6F41. Grayscale: #6F6F6F. Windows color (decimal): -15429442 or 12488724. OLE color: 12488724.

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

Color convert

RGB 20 144 190 -
CMYK 0.89 0.24 0 0.25
HSL 196.24º 0.81% 0.41% -
HSV(B) 196.24º 0.89% 0.75% -
XYZ 19.56 23.81 52.28 -
YUV 112.17 171.92 62.26 -
System Red Green Blue C M Y K H S L
Decimal 20 144 190 0.89 0.24 0 0.25 196.24 0.81 0.41
Hex 14 90 BE 59 18 0 19 C4 51 29
Octal 24 220 276 131 30 0 31 304 121 51
Binary 10100 10010000 10111110 1011001 11000 0 11001 11000100 1010001 101001

Color Harmonies of #1490BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1490BE

Black with #1490BE

Text Example


Text Example

White with #1490BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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