Html Css Color HEX #289FCA Pelorous

📋 copy color: '#289FCA'

red 40 ◦ green 159 ◦ blue 202

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

Shades of Pelorous #289FCA

Tints of Pelorous #289FCA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.65%

 BLUE value IS 202 (79.3% from 255) = 50.37%

R = 9.98%
G = 39.65%
B = 50.37%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#289FCA (or 0x289FCA) is known color: Pelorous. HEX triplet: 28, 9F and CA. RGB value is (40,159,202). Sum of RGB (Red+Green+Blue) = 40+159+202=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #289FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289FCA is #D76035. Grayscale: #808080. Windows color (decimal): -14114870 or 13279016. OLE color: 13279016.

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

Color convert

RGB 40 159 202 -
CMYK 0.80 0.21 0 0.21
HSL 195.93º 0.67% 0.47% -
HSV(B) 195.93º 0.8% 0.79% -
XYZ 23.93 29.51 60.31 -
YUV 128.32 169.58 65 -
System Red Green Blue C M Y K H S L
Decimal 40 159 202 0.80 0.21 0 0.21 195.93 0.67 0.47
Hex 28 9F CA 50 15 0 15 C4 43 2F
Octal 50 237 312 120 25 0 25 304 103 57
Binary 101000 10011111 11001010 1010000 10101 0 10101 11000100 1000011 101111

Color Harmonies of #289FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289FCA

Black with #289FCA

Text Example


Text Example

White with #289FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,159,202); }

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

background-color css

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

 a { background-color: rgb(40,159,202); }

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

border-color css

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

 span { border-color: rgb(40,159,202); }

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