Html Css Color HEX #259CCF Pelorous

📋 copy color: '#259CCF'

red 37 ◦ green 156 ◦ blue 207

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

Shades of Pelorous #259CCF

Tints of Pelorous #259CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39%

 BLUE value IS 207 (81.25% from 255) = 51.75%

R = 9.25%
G = 39%
B = 51.75%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#259CCF (or 0x259CCF) is known color: Pelorous. HEX triplet: 25, 9C and CF. RGB value is (37,156,207). Sum of RGB (Red+Green+Blue) = 37+156+207=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #259CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259CCF is #DA6330. Grayscale: #7D7D7D. Windows color (decimal): -14312241 or 13605925. OLE color: 13605925.

HSL color Cylindrical-coordinate representation of color #259CCF: hue angle of 198º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #259CCF is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 156 207 -
CMYK 0.82 0.25 0 0.19
HSL 198º 0.7% 0.48% -
HSV(B) 198º 0.82% 0.81% -
XYZ 23.91 28.68 63.31 -
YUV 126.23 173.58 64.35 -
System Red Green Blue C M Y K H S L
Decimal 37 156 207 0.82 0.25 0 0.19 198 0.7 0.48
Hex 25 9C CF 52 19 0 13 C6 46 30
Octal 45 234 317 122 31 0 23 306 106 60
Binary 100101 10011100 11001111 1010010 11001 0 10011 11000110 1000110 110000

Color Harmonies of #259CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259CCF

Black with #259CCF

Text Example


Text Example

White with #259CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,156,207); }

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

background-color css

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

 a { background-color: rgb(37,156,207); }

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

border-color css

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

 span { border-color: rgb(37,156,207); }

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