Html Css Color HEX #1407CE Medium Blue

📋 copy color: '#1407CE'

red 20 ◦ green 7 ◦ blue 206

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

Shades of Medium Blue #1407CE

Tints of Medium Blue #1407CE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3%

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

R = 8.58%
G = 3%
B = 88.41%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1407CE (or 0x1407CE) is known color: Medium Blue. HEX triplet: 14, 07 and CE. RGB value is (20,7,206). Sum of RGB (Red+Green+Blue) = 20+7+206=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 206 (80.86% from 255 or 88.41% from 233); Max value from RGB is 206 - color contains mainly: blue. Hex color #1407CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1407CE is #EBF831. Grayscale: #202020. Windows color (decimal): -15464498 or 13502228. OLE color: 13502228.

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

Color convert

RGB 20 7 206 -
CMYK 0.90 0.97 0 0.19
HSL 243.92º 0.93% 0.42% -
HSV(B) 243.92º 0.97% 0.81% -
XYZ 11.51 4.76 58.7 -
YUV 33.57 225.31 118.32 -
System Red Green Blue C M Y K H S L
Decimal 20 7 206 0.90 0.97 0 0.19 243.92 0.93 0.42
Hex 14 7 CE 5A 61 0 13 F4 5D 2A
Octal 24 7 316 132 141 0 23 364 135 52
Binary 10100 111 11001110 1011010 1100001 0 10011 11110100 1011101 101010

Color Harmonies of #1407CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1407CE

Black with #1407CE

Text Example


Text Example

White with #1407CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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