Html Css Color HEX #259DCC Pelorous

📋 copy color: '#259DCC'

red 37 ◦ green 157 ◦ blue 204

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

Shades of Pelorous #259DCC

Tints of Pelorous #259DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 9.3%
G = 39.45%
B = 51.26%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#259DCC (or 0x259DCC) is known color: Pelorous. HEX triplet: 25, 9D and CC. RGB value is (37,157,204). Sum of RGB (Red+Green+Blue) = 37+157+204=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #259DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259DCC is #DA6233. Grayscale: #7E7E7E. Windows color (decimal): -14311988 or 13409573. OLE color: 13409573.

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

Color convert

RGB 37 157 204 -
CMYK 0.82 0.23 0 0.2
HSL 196.89º 0.69% 0.47% -
HSV(B) 196.89º 0.82% 0.8% -
XYZ 23.72 28.87 61.45 -
YUV 126.48 171.74 64.18 -
System Red Green Blue C M Y K H S L
Decimal 37 157 204 0.82 0.23 0 0.2 196.89 0.69 0.47
Hex 25 9D CC 52 17 0 14 C5 45 2F
Octal 45 235 314 122 27 0 24 305 105 57
Binary 100101 10011101 11001100 1010010 10111 0 10100 11000101 1000101 101111

Color Harmonies of #259DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259DCC

Black with #259DCC

Text Example


Text Example

White with #259DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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