Html Css Color HEX #2497CE Pelorous

📋 copy color: '#2497CE'

red 36 ◦ green 151 ◦ blue 206

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

Shades of Pelorous #2497CE

Tints of Pelorous #2497CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.42%

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 9.16%
G = 38.42%
B = 52.42%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2497CE (or 0x2497CE) is known color: Pelorous. HEX triplet: 24, 97 and CE. RGB value is (36,151,206). Sum of RGB (Red+Green+Blue) = 36+151+206=393 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.16% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #2497CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2497CE is #DB6831. Grayscale: #7A7A7A. Windows color (decimal): -14379058 or 13539108. OLE color: 13539108.

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

Color convert

RGB 36 151 206 -
CMYK 0.83 0.27 0 0.19
HSL 199.41º 0.7% 0.47% -
HSV(B) 199.41º 0.83% 0.81% -
XYZ 22.93 26.96 62.39 -
YUV 122.89 174.9 66.03 -
System Red Green Blue C M Y K H S L
Decimal 36 151 206 0.83 0.27 0 0.19 199.41 0.7 0.47
Hex 24 97 CE 53 1B 0 13 C7 46 2F
Octal 44 227 316 123 33 0 23 307 106 57
Binary 100100 10010111 11001110 1010011 11011 0 10011 11000111 1000110 101111

Color Harmonies of #2497CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2497CE

Black with #2497CE

Text Example


Text Example

White with #2497CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2497CE; }

 p { color: rgb(36,151,206); }

 H1.HeaderClassName
 {
   color: #2497CE;
 }
 .AnyTagClassName
 {
   color: #2497CE;
 }
</style>

background-color css

<style>
 a { background-color: #2497CE; }

 a { background-color: rgb(36,151,206); }

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

border-color css

<style>
 span { border-color: #2497CE; }

 span { border-color: rgb(36,151,206); }

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