Html Css Color HEX #1484BE Bondi Blue

📋 copy color: '#1484BE'

red 20 ◦ green 132 ◦ blue 190

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

Shades of Bondi Blue #1484BE

Tints of Bondi Blue #1484BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.6%

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

R = 5.85%
G = 38.6%
B = 55.56%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1484BE (or 0x1484BE) is known color: Bondi Blue. HEX triplet: 14, 84 and BE. RGB value is (20,132,190). Sum of RGB (Red+Green+Blue) = 20+132+190=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #1484BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1484BE is #EB7B41. Grayscale: #686868. Windows color (decimal): -15432514 or 12485652. OLE color: 12485652.

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

Color convert

RGB 20 132 190 -
CMYK 0.89 0.31 0 0.25
HSL 200.47º 0.81% 0.41% -
HSV(B) 200.47º 0.89% 0.75% -
XYZ 17.83 20.37 51.71 -
YUV 105.12 175.89 67.28 -
System Red Green Blue C M Y K H S L
Decimal 20 132 190 0.89 0.31 0 0.25 200.47 0.81 0.41
Hex 14 84 BE 59 1F 0 19 C8 51 29
Octal 24 204 276 131 37 0 31 310 121 51
Binary 10100 10000100 10111110 1011001 11111 0 11001 11001000 1010001 101001

Color Harmonies of #1484BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1484BE

Black with #1484BE

Text Example


Text Example

White with #1484BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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