Html Css Color HEX #1409EE Blue

📋 copy color: '#1409EE'

red 20 ◦ green 9 ◦ blue 238

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

Shades of Blue #1409EE

Tints of Blue #1409EE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.37%

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

R = 7.49%
G = 3.37%
B = 89.14%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1409EE (or 0x1409EE) is known color: Blue. HEX triplet: 14, 09 and EE. RGB value is (20,9,238). Sum of RGB (Red+Green+Blue) = 20+9+238=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 238 (93.36% from 255 or 89.14% from 267); Max value from RGB is 238 - color contains mainly: blue. Hex color #1409EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1409EE is #EBF611. Grayscale: #252525. Windows color (decimal): -15463954 or 15599892. OLE color: 15599892.

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

Color convert

RGB 20 9 238 -
CMYK 0.92 0.96 0 0.07
HSL 242.88º 0.93% 0.48% -
HSV(B) 242.88º 0.96% 0.93% -
XYZ 15.82 6.52 81.31 -
YUV 38.4 240.64 114.88 -
System Red Green Blue C M Y K H S L
Decimal 20 9 238 0.92 0.96 0 0.07 242.88 0.93 0.48
Hex 14 9 EE 5C 60 0 7 F3 5D 30
Octal 24 11 356 134 140 0 7 363 135 60
Binary 10100 1001 11101110 1011100 1100000 0 111 11110011 1011101 110000

Color Harmonies of #1409EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1409EE

Black with #1409EE

Text Example


Text Example

White with #1409EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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