Html Css Color HEX #2490CB Pelorous

📋 copy color: '#2490CB'

red 36 ◦ green 144 ◦ blue 203

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

Shades of Pelorous #2490CB

Tints of Pelorous #2490CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53%

R = 9.4%
G = 37.6%
B = 53%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2490CB (or 0x2490CB) is known color: Pelorous. HEX triplet: 24, 90 and CB. RGB value is (36,144,203). Sum of RGB (Red+Green+Blue) = 36+144+203=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #2490CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2490CB is #DB6F34. Grayscale: #767676. Windows color (decimal): -14380853 or 13340708. OLE color: 13340708.

HSL color Cylindrical-coordinate representation of color #2490CB: hue angle of 201.2º degrees, saturation: 0.7, 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 #2490CB is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 144 203 -
CMYK 0.82 0.29 0 0.20
HSL 201.2º 0.7% 0.47% -
HSV(B) 201.2º 0.82% 0.8% -
XYZ 21.48 24.63 60.12 -
YUV 118.43 175.72 69.2 -
System Red Green Blue C M Y K H S L
Decimal 36 144 203 0.82 0.29 0 0.20 201.2 0.7 0.47
Hex 24 90 CB 52 1D 0 14 C9 46 2F
Octal 44 220 313 122 35 0 24 311 106 57
Binary 100100 10010000 11001011 1010010 11101 0 10100 11001001 1000110 101111

Color Harmonies of #2490CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2490CB

Black with #2490CB

Text Example


Text Example

White with #2490CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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