Html Css Color HEX #1485BC Bondi Blue

📋 copy color: '#1485BC'

red 20 ◦ green 133 ◦ blue 188

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

Shades of Bondi Blue #1485BC

Tints of Bondi Blue #1485BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.13%

R = 5.87%
G = 39%
B = 55.13%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1485BC (or 0x1485BC) is known color: Bondi Blue. HEX triplet: 14, 85 and BC. RGB value is (20,133,188). Sum of RGB (Red+Green+Blue) = 20+133+188=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #1485BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1485BC is #EB7A43. Grayscale: #696969. Windows color (decimal): -15432260 or 12354836. OLE color: 12354836.

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

Color convert

RGB 20 133 188 -
CMYK 0.89 0.29 0 0.26
HSL 199.64º 0.81% 0.41% -
HSV(B) 199.64º 0.89% 0.74% -
XYZ 17.75 20.55 50.61 -
YUV 105.48 174.56 67.03 -
System Red Green Blue C M Y K H S L
Decimal 20 133 188 0.89 0.29 0 0.26 199.64 0.81 0.41
Hex 14 85 BC 59 1D 0 1A C8 51 29
Octal 24 205 274 131 35 0 32 310 121 51
Binary 10100 10000101 10111100 1011001 11101 0 11010 11001000 1010001 101001

Color Harmonies of #1485BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1485BC

Black with #1485BC

Text Example


Text Example

White with #1485BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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