Html Css Color HEX #259DC8 Pelorous

📋 copy color: '#259DC8'

red 37 ◦ green 157 ◦ blue 200

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

Shades of Pelorous #259DC8

Tints of Pelorous #259DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.76%

R = 9.39%
G = 39.85%
B = 50.76%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#259DC8 (or 0x259DC8) is known color: Pelorous. HEX triplet: 25, 9D and C8. RGB value is (37,157,200). Sum of RGB (Red+Green+Blue) = 37+157+200=394 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.39% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #259DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259DC8 is #DA6237. Grayscale: #7D7D7D. Windows color (decimal): -14311992 or 13147429. OLE color: 13147429.

HSL color Cylindrical-coordinate representation of color #259DC8: hue angle of 195.83º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #259DC8 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 37 157 200 -
CMYK 0.82 0.22 0 0.22
HSL 195.83º 0.69% 0.46% -
HSV(B) 195.83º 0.82% 0.78% -
XYZ 23.25 28.68 58.95 -
YUV 126.02 169.74 64.5 -
System Red Green Blue C M Y K H S L
Decimal 37 157 200 0.82 0.22 0 0.22 195.83 0.69 0.46
Hex 25 9D C8 52 16 0 16 C4 45 2E
Octal 45 235 310 122 26 0 26 304 105 56
Binary 100101 10011101 11001000 1010010 10110 0 10110 11000100 1000101 101110

Color Harmonies of #259DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259DC8

Black with #259DC8

Text Example


Text Example

White with #259DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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