Html Css Color HEX #2495CF Pelorous

📋 copy color: '#2495CF'

red 36 ◦ green 149 ◦ blue 207

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

Shades of Pelorous #2495CF

Tints of Pelorous #2495CF

RGB

 RED value IS 36 (14.45% from 255) = 9.18%

 GREEN value IS 149 (58.59% from 255) = 38.01%

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

R = 9.18%
G = 38.01%
B = 52.81%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2495CF (or 0x2495CF) is known color: Pelorous. HEX triplet: 24, 95 and CF. RGB value is (36,149,207). Sum of RGB (Red+Green+Blue) = 36+149+207=392 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.18% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #2495CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2495CF is #DB6A30. Grayscale: #797979. Windows color (decimal): -14379569 or 13604132. OLE color: 13604132.

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

Color convert

RGB 36 149 207 -
CMYK 0.83 0.28 0 0.19
HSL 200.35º 0.7% 0.48% -
HSV(B) 200.35º 0.83% 0.81% -
XYZ 22.74 26.37 62.92 -
YUV 121.83 176.06 66.78 -
System Red Green Blue C M Y K H S L
Decimal 36 149 207 0.83 0.28 0 0.19 200.35 0.7 0.48
Hex 24 95 CF 53 1C 0 13 C8 46 30
Octal 44 225 317 123 34 0 23 310 106 60
Binary 100100 10010101 11001111 1010011 11100 0 10011 11001000 1000110 110000

Color Harmonies of #2495CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2495CF

Black with #2495CF

Text Example


Text Example

White with #2495CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2495CF; }

 p { color: rgb(36,149,207); }

 H1.HeaderClassName
 {
   color: #2495CF;
 }
 .AnyTagClassName
 {
   color: #2495CF;
 }
</style>

background-color css

<style>
 a { background-color: #2495CF; }

 a { background-color: rgb(36,149,207); }

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

border-color css

<style>
 span { border-color: #2495CF; }

 span { border-color: rgb(36,149,207); }

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