Html Css Color HEX #1490C0 Bondi Blue

📋 copy color: '#1490C0'

red 20 ◦ green 144 ◦ blue 192

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

Shades of Bondi Blue #1490C0

Tints of Bondi Blue #1490C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.93%

R = 5.62%
G = 40.45%
B = 53.93%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1490C0 (or 0x1490C0) is known color: Bondi Blue. HEX triplet: 14, 90 and C0. RGB value is (20,144,192). Sum of RGB (Red+Green+Blue) = 20+144+192=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #1490C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1490C0 is #EB6F3F. Grayscale: #707070. Windows color (decimal): -15429440 or 12619796. OLE color: 12619796.

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

Color convert

RGB 20 144 192 -
CMYK 0.90 0.25 0 0.25
HSL 196.74º 0.81% 0.42% -
HSV(B) 196.74º 0.9% 0.75% -
XYZ 19.78 23.9 53.44 -
YUV 112.4 172.92 62.1 -
System Red Green Blue C M Y K H S L
Decimal 20 144 192 0.90 0.25 0 0.25 196.74 0.81 0.42
Hex 14 90 C0 5A 19 0 19 C5 51 2A
Octal 24 220 300 132 31 0 31 305 121 52
Binary 10100 10010000 11000000 1011010 11001 0 11001 11000101 1010001 101010

Color Harmonies of #1490C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1490C0

Black with #1490C0

Text Example


Text Example

White with #1490C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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