Html Css Color HEX #1404CE Medium Blue

📋 copy color: '#1404CE'

red 20 ◦ green 4 ◦ blue 206

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

Shades of Medium Blue #1404CE

Tints of Medium Blue #1404CE

RGB

 RED value IS 20 (8.2% from 255) = 8.7%

 GREEN value IS 4 (1.95% from 255) = 1.74%

 BLUE value IS 206 (80.86% from 255) = 89.57%

R = 8.7%
G = 1.74%
B = 89.57%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1404CE (or 0x1404CE) is known color: Medium Blue. HEX triplet: 14, 04 and CE. RGB value is (20,4,206). Sum of RGB (Red+Green+Blue) = 20+4+206=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 206 (80.86% from 255 or 89.57% from 230); Max value from RGB is 206 - color contains mainly: blue. Hex color #1404CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1404CE is #EBFB31. Grayscale: #1F1F1F. Windows color (decimal): -15465266 or 13501460. OLE color: 13501460.

HSL color Cylindrical-coordinate representation of color #1404CE: hue angle of 244.75º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1404CE is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 4 206 -
CMYK 0.90 0.98 0 0.19
HSL 244.75º 0.96% 0.41% -
HSV(B) 244.75º 0.98% 0.81% -
XYZ 11.47 4.69 58.69 -
YUV 31.81 226.3 119.57 -
System Red Green Blue C M Y K H S L
Decimal 20 4 206 0.90 0.98 0 0.19 244.75 0.96 0.41
Hex 14 4 CE 5A 62 0 13 F5 60 29
Octal 24 4 316 132 142 0 23 365 140 51
Binary 10100 100 11001110 1011010 1100010 0 10011 11110101 1100000 101001

Color Harmonies of #1404CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1404CE

Black with #1404CE

Text Example


Text Example

White with #1404CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1404CE; }

 p { color: rgb(20,4,206); }

 H1.HeaderClassName
 {
   color: #1404CE;
 }
 .AnyTagClassName
 {
   color: #1404CE;
 }
</style>

background-color css

<style>
 a { background-color: #1404CE; }

 a { background-color: rgb(20,4,206); }

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

border-color css

<style>
 span { border-color: #1404CE; }

 span { border-color: rgb(20,4,206); }

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