Html Css Color HEX #259DC7 Pelorous

📋 copy color: '#259DC7'

red 37 ◦ green 157 ◦ blue 199

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

Shades of Pelorous #259DC7

Tints of Pelorous #259DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 50.64%

R = 9.41%
G = 39.95%
B = 50.64%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#259DC7 (or 0x259DC7) is known color: Pelorous. HEX triplet: 25, 9D and C7. RGB value is (37,157,199). Sum of RGB (Red+Green+Blue) = 37+157+199=393 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.41% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #259DC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259DC7 is #DA6238. Grayscale: #7D7D7D. Windows color (decimal): -14311993 or 13081893. OLE color: 13081893.

HSL color Cylindrical-coordinate representation of color #259DC7: hue angle of 195.56º 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 #259DC7 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 37 157 199 -
CMYK 0.81 0.21 0 0.22
HSL 195.56º 0.69% 0.46% -
HSV(B) 195.56º 0.81% 0.78% -
XYZ 23.13 28.63 58.34 -
YUV 125.91 169.24 64.58 -
System Red Green Blue C M Y K H S L
Decimal 37 157 199 0.81 0.21 0 0.22 195.56 0.69 0.46
Hex 25 9D C7 51 15 0 16 C4 45 2E
Octal 45 235 307 121 25 0 26 304 105 56
Binary 100101 10011101 11000111 1010001 10101 0 10110 11000100 1000101 101110

Color Harmonies of #259DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259DC7

Black with #259DC7

Text Example


Text Example

White with #259DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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