Html Css Color HEX #1406EE Blue

📋 copy color: '#1406EE'

red 20 ◦ green 6 ◦ blue 238

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

Shades of Blue #1406EE

Tints of Blue #1406EE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.27%

 BLUE value IS 238 (93.36% from 255) = 90.15%

R = 7.58%
G = 2.27%
B = 90.15%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1406EE (or 0x1406EE) is known color: Blue. HEX triplet: 14, 06 and EE. RGB value is (20,6,238). Sum of RGB (Red+Green+Blue) = 20+6+238=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 238 (93.36% from 255 or 90.15% from 264); Max value from RGB is 238 - color contains mainly: blue. Hex color #1406EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1406EE is #EBF911. Grayscale: #232323. Windows color (decimal): -15464722 or 15599124. OLE color: 15599124.

HSL color Cylindrical-coordinate representation of color #1406EE: hue angle of 243.62º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1406EE is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 6 238 -
CMYK 0.92 0.97 0 0.07
HSL 243.62º 0.95% 0.48% -
HSV(B) 243.62º 0.97% 0.93% -
XYZ 15.79 6.45 81.3 -
YUV 36.63 241.64 116.14 -
System Red Green Blue C M Y K H S L
Decimal 20 6 238 0.92 0.97 0 0.07 243.62 0.95 0.48
Hex 14 6 EE 5C 61 0 7 F4 5F 30
Octal 24 6 356 134 141 0 7 364 137 60
Binary 10100 110 11101110 1011100 1100001 0 111 11110100 1011111 110000

Color Harmonies of #1406EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1406EE

Black with #1406EE

Text Example


Text Example

White with #1406EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1406EE; }

 p { color: rgb(20,6,238); }

 H1.HeaderClassName
 {
   color: #1406EE;
 }
 .AnyTagClassName
 {
   color: #1406EE;
 }
</style>

background-color css

<style>
 a { background-color: #1406EE; }

 a { background-color: rgb(20,6,238); }

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

border-color css

<style>
 span { border-color: #1406EE; }

 span { border-color: rgb(20,6,238); }

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