Html Css Color HEX #2390CD Pelorous

📋 copy color: '#2390CD'

red 35 ◦ green 144 ◦ blue 205

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

Shades of Pelorous #2390CD

Tints of Pelorous #2390CD

RGB

 RED value IS 35 (14.06% from 255) = 9.11%

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

 BLUE value IS 205 (80.47% from 255) = 53.39%

R = 9.11%
G = 37.5%
B = 53.39%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2390CD (or 0x2390CD) is known color: Pelorous. HEX triplet: 23, 90 and CD. RGB value is (35,144,205). Sum of RGB (Red+Green+Blue) = 35+144+205=384 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.11% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #2390CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2390CD is #DC6F32. Grayscale: #767676. Windows color (decimal): -14446387 or 13471779. OLE color: 13471779.

HSL color Cylindrical-coordinate representation of color #2390CD: hue angle of 201.53º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2390CD is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 144 205 -
CMYK 0.83 0.30 0 0.20
HSL 201.53º 0.71% 0.47% -
HSV(B) 201.53º 0.83% 0.8% -
XYZ 21.69 24.71 61.38 -
YUV 118.36 176.89 68.54 -
System Red Green Blue C M Y K H S L
Decimal 35 144 205 0.83 0.30 0 0.20 201.53 0.71 0.47
Hex 23 90 CD 53 1E 0 14 CA 47 2F
Octal 43 220 315 123 36 0 24 312 107 57
Binary 100011 10010000 11001101 1010011 11110 0 10100 11001010 1000111 101111

Color Harmonies of #2390CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2390CD

Black with #2390CD

Text Example


Text Example

White with #2390CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2390CD; }

 p { color: rgb(35,144,205); }

 H1.HeaderClassName
 {
   color: #2390CD;
 }
 .AnyTagClassName
 {
   color: #2390CD;
 }
</style>

background-color css

<style>
 a { background-color: #2390CD; }

 a { background-color: rgb(35,144,205); }

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

border-color css

<style>
 span { border-color: #2390CD; }

 span { border-color: rgb(35,144,205); }

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