Html Css Color HEX #1E90CB Pelorous

📋 copy color: '#1E90CB'

red 30 ◦ green 144 ◦ blue 203

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

Shades of Pelorous #1E90CB

Tints of Pelorous #1E90CB

RGB

 RED value IS 30 (12.11% from 255) = 7.96%

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

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

R = 7.96%
G = 38.2%
B = 53.85%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1E90CB (or 0x1E90CB) is known color: Pelorous. HEX triplet: 1E, 90 and CB. RGB value is (30,144,203). Sum of RGB (Red+Green+Blue) = 30+144+203=377 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.96% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #1E90CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E90CB is #E16F34. Grayscale: #747474. Windows color (decimal): -14774069 or 13340702. OLE color: 13340702.

HSL color Cylindrical-coordinate representation of color #1E90CB: hue angle of 200.46º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E90CB is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 144 203 -
CMYK 0.85 0.29 0 0.20
HSL 200.46º 0.74% 0.46% -
HSV(B) 200.46º 0.85% 0.8% -
XYZ 21.29 24.53 60.11 -
YUV 116.64 176.73 66.2 -
System Red Green Blue C M Y K H S L
Decimal 30 144 203 0.85 0.29 0 0.20 200.46 0.74 0.46
Hex 1E 90 CB 55 1D 0 14 C8 4A 2E
Octal 36 220 313 125 35 0 24 310 112 56
Binary 11110 10010000 11001011 1010101 11101 0 10100 11001000 1001010 101110

Color Harmonies of #1E90CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E90CB

Black with #1E90CB

Text Example


Text Example

White with #1E90CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E90CB; }

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

 H1.HeaderClassName
 {
   color: #1E90CB;
 }
 .AnyTagClassName
 {
   color: #1E90CB;
 }
</style>

background-color css

<style>
 a { background-color: #1E90CB; }

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

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

border-color css

<style>
 span { border-color: #1E90CB; }

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

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