Html Css Color HEX #289DCC Pelorous

📋 copy color: '#289DCC'

red 40 ◦ green 157 ◦ blue 204

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

Shades of Pelorous #289DCC

Tints of Pelorous #289DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.15%

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

R = 9.98%
G = 39.15%
B = 50.87%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#289DCC (or 0x289DCC) is known color: Pelorous. HEX triplet: 28, 9D and CC. RGB value is (40,157,204). Sum of RGB (Red+Green+Blue) = 40+157+204=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #289DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289DCC is #D76233. Grayscale: #7F7F7F. Windows color (decimal): -14115380 or 13409576. OLE color: 13409576.

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

Color convert

RGB 40 157 204 -
CMYK 0.80 0.23 0 0.2
HSL 197.2º 0.67% 0.48% -
HSV(B) 197.2º 0.8% 0.8% -
XYZ 23.83 28.92 61.45 -
YUV 127.38 171.24 65.68 -
System Red Green Blue C M Y K H S L
Decimal 40 157 204 0.80 0.23 0 0.2 197.2 0.67 0.48
Hex 28 9D CC 50 17 0 14 C5 43 30
Octal 50 235 314 120 27 0 24 305 103 60
Binary 101000 10011101 11001100 1010000 10111 0 10100 11000101 1000011 110000

Color Harmonies of #289DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289DCC

Black with #289DCC

Text Example


Text Example

White with #289DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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