Html Css Color HEX #289ACC Pelorous

📋 copy color: '#289ACC'

red 40 ◦ green 154 ◦ blue 204

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

Shades of Pelorous #289ACC

Tints of Pelorous #289ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 10.05%
G = 38.69%
B = 51.26%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#289ACC (or 0x289ACC) is known color: Pelorous. HEX triplet: 28, 9A and CC. RGB value is (40,154,204). Sum of RGB (Red+Green+Blue) = 40+154+204=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #289ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289ACC is #D76533. Grayscale: #7D7D7D. Windows color (decimal): -14116148 or 13408808. OLE color: 13408808.

HSL color Cylindrical-coordinate representation of color #289ACC: hue angle of 198.29º 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 #289ACC is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 154 204 -
CMYK 0.80 0.25 0 0.2
HSL 198.29º 0.67% 0.48% -
HSV(B) 198.29º 0.8% 0.8% -
XYZ 23.33 27.92 61.29 -
YUV 125.61 172.23 66.93 -
System Red Green Blue C M Y K H S L
Decimal 40 154 204 0.80 0.25 0 0.2 198.29 0.67 0.48
Hex 28 9A CC 50 19 0 14 C6 43 30
Octal 50 232 314 120 31 0 24 306 103 60
Binary 101000 10011010 11001100 1010000 11001 0 10100 11000110 1000011 110000

Color Harmonies of #289ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289ACC

Black with #289ACC

Text Example


Text Example

White with #289ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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