Html Css Color HEX #2493CF Pelorous

📋 copy color: '#2493CF'

red 36 ◦ green 147 ◦ blue 207

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

Shades of Pelorous #2493CF

Tints of Pelorous #2493CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.08%

R = 9.23%
G = 37.69%
B = 53.08%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2493CF (or 0x2493CF) is known color: Pelorous. HEX triplet: 24, 93 and CF. RGB value is (36,147,207). Sum of RGB (Red+Green+Blue) = 36+147+207=390 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.23% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #2493CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2493CF is #DB6C30. Grayscale: #787878. Windows color (decimal): -14380081 or 13603620. OLE color: 13603620.

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

Color convert

RGB 36 147 207 -
CMYK 0.83 0.29 0 0.19
HSL 201.05º 0.7% 0.48% -
HSV(B) 201.05º 0.83% 0.81% -
XYZ 22.42 25.75 62.82 -
YUV 120.65 176.73 67.62 -
System Red Green Blue C M Y K H S L
Decimal 36 147 207 0.83 0.29 0 0.19 201.05 0.7 0.48
Hex 24 93 CF 53 1D 0 13 C9 46 30
Octal 44 223 317 123 35 0 23 311 106 60
Binary 100100 10010011 11001111 1010011 11101 0 10011 11001001 1000110 110000

Color Harmonies of #2493CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2493CF

Black with #2493CF

Text Example


Text Example

White with #2493CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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