Html Css Color HEX #259ACD Pelorous

📋 copy color: '#259ACD'

red 37 ◦ green 154 ◦ blue 205

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

Shades of Pelorous #259ACD

Tints of Pelorous #259ACD

RGB

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

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

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

R = 9.34%
G = 38.89%
B = 51.77%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#259ACD (or 0x259ACD) is known color: Pelorous. HEX triplet: 25, 9A and CD. RGB value is (37,154,205). Sum of RGB (Red+Green+Blue) = 37+154+205=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #259ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259ACD is #DA6532. Grayscale: #7C7C7C. Windows color (decimal): -14312755 or 13474341. OLE color: 13474341.

HSL color Cylindrical-coordinate representation of color #259ACD: hue angle of 198.21º 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 #259ACD is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 154 205 -
CMYK 0.82 0.25 0 0.20
HSL 198.21º 0.69% 0.47% -
HSV(B) 198.21º 0.82% 0.8% -
XYZ 23.34 27.91 61.92 -
YUV 124.83 173.24 65.35 -
System Red Green Blue C M Y K H S L
Decimal 37 154 205 0.82 0.25 0 0.20 198.21 0.69 0.47
Hex 25 9A CD 52 19 0 14 C6 45 2F
Octal 45 232 315 122 31 0 24 306 105 57
Binary 100101 10011010 11001101 1010010 11001 0 10100 11000110 1000101 101111

Color Harmonies of #259ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259ACD

Black with #259ACD

Text Example


Text Example

White with #259ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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