Html Css Color HEX #259DCD Pelorous

📋 copy color: '#259DCD'

red 37 ◦ green 157 ◦ blue 205

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

Shades of Pelorous #259DCD

Tints of Pelorous #259DCD

RGB

 RED value IS 37 (14.84% from 255) = 9.27%

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

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

R = 9.27%
G = 39.35%
B = 51.38%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#259DCD (or 0x259DCD) is known color: Pelorous. HEX triplet: 25, 9D and CD. RGB value is (37,157,205). Sum of RGB (Red+Green+Blue) = 37+157+205=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 157 (61.72% from 255 or 39.35% 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 #259DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259DCD is #DA6232. Grayscale: #7E7E7E. Windows color (decimal): -14311987 or 13475109. OLE color: 13475109.

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

Color convert

RGB 37 157 205 -
CMYK 0.82 0.23 0 0.20
HSL 197.14º 0.69% 0.47% -
HSV(B) 197.14º 0.82% 0.8% -
XYZ 23.84 28.92 62.08 -
YUV 126.59 172.24 64.1 -
System Red Green Blue C M Y K H S L
Decimal 37 157 205 0.82 0.23 0 0.20 197.14 0.69 0.47
Hex 25 9D CD 52 17 0 14 C5 45 2F
Octal 45 235 315 122 27 0 24 305 105 57
Binary 100101 10011101 11001101 1010010 10111 0 10100 11000101 1000101 101111

Color Harmonies of #259DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259DCD

Black with #259DCD

Text Example


Text Example

White with #259DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,157,205); }

 H1.HeaderClassName
 {
   color: #259DCD;
 }
 .AnyTagClassName
 {
   color: #259DCD;
 }
</style>

background-color css

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

 a { background-color: rgb(37,157,205); }

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

border-color css

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

 span { border-color: rgb(37,157,205); }

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