Html Css Color HEX #2493CB Pelorous

📋 copy color: '#2493CB'

red 36 ◦ green 147 ◦ blue 203

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

Shades of Pelorous #2493CB

Tints of Pelorous #2493CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.08%

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

R = 9.33%
G = 38.08%
B = 52.59%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2493CB (or 0x2493CB) is known color: Pelorous. HEX triplet: 24, 93 and CB. RGB value is (36,147,203). Sum of RGB (Red+Green+Blue) = 36+147+203=386 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.33% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #2493CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2493CB is #DB6C34. Grayscale: #777777. Windows color (decimal): -14380085 or 13341476. OLE color: 13341476.

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

Color convert

RGB 36 147 203 -
CMYK 0.82 0.28 0 0.20
HSL 200.12º 0.7% 0.47% -
HSV(B) 200.12º 0.82% 0.8% -
XYZ 21.94 25.55 60.28 -
YUV 120.2 174.73 67.95 -
System Red Green Blue C M Y K H S L
Decimal 36 147 203 0.82 0.28 0 0.20 200.12 0.7 0.47
Hex 24 93 CB 52 1C 0 14 C8 46 2F
Octal 44 223 313 122 34 0 24 310 106 57
Binary 100100 10010011 11001011 1010010 11100 0 10100 11001000 1000110 101111

Color Harmonies of #2493CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2493CB

Black with #2493CB

Text Example


Text Example

White with #2493CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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