Html Css Color HEX #2494CB Pelorous

📋 copy color: '#2494CB'

red 36 ◦ green 148 ◦ blue 203

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

Shades of Pelorous #2494CB

Tints of Pelorous #2494CB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.24%

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

R = 9.3%
G = 38.24%
B = 52.45%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2494CB (or 0x2494CB) is known color: Pelorous. HEX triplet: 24, 94 and CB. RGB value is (36,148,203). Sum of RGB (Red+Green+Blue) = 36+148+203=387 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.30% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #2494CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2494CB is #DB6B34. Grayscale: #787878. Windows color (decimal): -14379829 or 13341732. OLE color: 13341732.

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

Color convert

RGB 36 148 203 -
CMYK 0.82 0.27 0 0.20
HSL 199.76º 0.7% 0.47% -
HSV(B) 199.76º 0.82% 0.8% -
XYZ 22.1 25.87 60.33 -
YUV 120.78 174.39 67.53 -
System Red Green Blue C M Y K H S L
Decimal 36 148 203 0.82 0.27 0 0.20 199.76 0.7 0.47
Hex 24 94 CB 52 1B 0 14 C8 46 2F
Octal 44 224 313 122 33 0 24 310 106 57
Binary 100100 10010100 11001011 1010010 11011 0 10100 11001000 1000110 101111

Color Harmonies of #2494CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2494CB

Black with #2494CB

Text Example


Text Example

White with #2494CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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