Html Css Color HEX #1485BE Bondi Blue

📋 copy color: '#1485BE'

red 20 ◦ green 133 ◦ blue 190

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

Shades of Bondi Blue #1485BE

Tints of Bondi Blue #1485BE

RGB

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

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

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

R = 5.83%
G = 38.78%
B = 55.39%

CMYK

 C value IS 0.89

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1485BE (or 0x1485BE) is known color: Bondi Blue. HEX triplet: 14, 85 and BE. RGB value is (20,133,190). Sum of RGB (Red+Green+Blue) = 20+133+190=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #1485BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1485BE is #EB7A41. Grayscale: #696969. Windows color (decimal): -15432258 or 12485908. OLE color: 12485908.

HSL color Cylindrical-coordinate representation of color #1485BE: hue angle of 200.12º 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 #1485BE is Cyan = 0.89, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 133 190 -
CMYK 0.89 0.3 0 0.25
HSL 200.12º 0.81% 0.41% -
HSV(B) 200.12º 0.89% 0.75% -
XYZ 17.97 20.64 51.75 -
YUV 105.71 175.56 66.87 -
System Red Green Blue C M Y K H S L
Decimal 20 133 190 0.89 0.3 0 0.25 200.12 0.81 0.41
Hex 14 85 BE 59 1E 0 19 C8 51 29
Octal 24 205 276 131 36 0 31 310 121 51
Binary 10100 10000101 10111110 1011001 11110 0 11001 11001000 1010001 101001

Color Harmonies of #1485BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1485BE

Black with #1485BE

Text Example


Text Example

White with #1485BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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