#259FCA

Color #259FCA Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #259FCA

Tints of Pelorous #259FCA

Color information

#259FCA (or 0x259FCA) is unknown color: approx Pelorous. HEX triplet: 25, 9F and CA. RGB value is (37,159,202). Sum of RGB (Red+Green+Blue) = 37+159+202=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #259FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259FCA is #DA6035. Grayscale: #7F7F7F. Windows color (decimal): -14311478 or 13279013. OLE color: 13279013.

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

Color convert

RGB37159202-
CMYK0.820.2100.21
HSL195.64º69.04%46.86%-
HSV(B)195.64º81.68%79.22%-
XYZ23.8229.4560.31-
YUV127.42170.0863.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.30%
GREEN value IS 159 (62.5% from 255) = 39.95%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=9.30%
G=39.95%
B=50.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal371592020.820.2100.21195.6469.0446.86
Hex259FCA5215015c4452f
Octal452373121222502530410557
Binary1001011001111111001010101001010101010101110001001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #259FCA;
 }
 .AnyTagClassName
 {
   color: #259FCA;
 }
</style>
background-color css

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

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

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

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

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

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