Html Css Color HEX #289ACD Pelorous

📋 copy color: '#289ACD'

red 40 ◦ green 154 ◦ blue 205

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

Shades of Pelorous #289ACD

Tints of Pelorous #289ACD

RGB

 RED value IS 40 (16.02% from 255) = 10.03%

 GREEN value IS 154 (60.55% from 255) = 38.6%

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 10.03%
G = 38.6%
B = 51.38%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#289ACD (or 0x289ACD) is known color: Pelorous. HEX triplet: 28, 9A and CD. RGB value is (40,154,205). Sum of RGB (Red+Green+Blue) = 40+154+205=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #289ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289ACD is #D76532. Grayscale: #7D7D7D. Windows color (decimal): -14116147 or 13474344. OLE color: 13474344.

HSL color Cylindrical-coordinate representation of color #289ACD: hue angle of 198.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #289ACD is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 154 205 -
CMYK 0.80 0.25 0 0.20
HSL 198.55º 0.67% 0.48% -
HSV(B) 198.55º 0.8% 0.8% -
XYZ 23.45 27.97 61.92 -
YUV 125.73 172.73 66.85 -
System Red Green Blue C M Y K H S L
Decimal 40 154 205 0.80 0.25 0 0.20 198.55 0.67 0.48
Hex 28 9A CD 50 19 0 14 C7 43 30
Octal 50 232 315 120 31 0 24 307 103 60
Binary 101000 10011010 11001101 1010000 11001 0 10100 11000111 1000011 110000

Color Harmonies of #289ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289ACD

Black with #289ACD

Text Example


Text Example

White with #289ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289ACD; }

 p { color: rgb(40,154,205); }

 H1.HeaderClassName
 {
   color: #289ACD;
 }
 .AnyTagClassName
 {
   color: #289ACD;
 }
</style>

background-color css

<style>
 a { background-color: #289ACD; }

 a { background-color: rgb(40,154,205); }

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

border-color css

<style>
 span { border-color: #289ACD; }

 span { border-color: rgb(40,154,205); }

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