Html Css Color HEX #2490CE Pelorous

📋 copy color: '#2490CE'

red 36 ◦ green 144 ◦ blue 206

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

Shades of Pelorous #2490CE

Tints of Pelorous #2490CE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

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

R = 9.33%
G = 37.31%
B = 53.37%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2490CE (or 0x2490CE) is known color: Pelorous. HEX triplet: 24, 90 and CE. RGB value is (36,144,206). Sum of RGB (Red+Green+Blue) = 36+144+206=386 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.33% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #2490CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2490CE is #DB6F31. Grayscale: #767676. Windows color (decimal): -14380850 or 13537316. OLE color: 13537316.

HSL color Cylindrical-coordinate representation of color #2490CE: hue angle of 201.88º 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 #2490CE is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 144 206 -
CMYK 0.83 0.30 0 0.19
HSL 201.88º 0.7% 0.47% -
HSV(B) 201.88º 0.83% 0.81% -
XYZ 21.84 24.78 62.02 -
YUV 118.78 177.22 68.96 -
System Red Green Blue C M Y K H S L
Decimal 36 144 206 0.83 0.30 0 0.19 201.88 0.7 0.47
Hex 24 90 CE 53 1E 0 13 CA 46 2F
Octal 44 220 316 123 36 0 23 312 106 57
Binary 100100 10010000 11001110 1010011 11110 0 10011 11001010 1000110 101111

Color Harmonies of #2490CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2490CE

Black with #2490CE

Text Example


Text Example

White with #2490CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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