Html Css Color HEX #1400EB Blue

📋 copy color: '#1400EB'

red 20 ◦ green 0 ◦ blue 235

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

Shades of Blue #1400EB

Tints of Blue #1400EB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 235 (92.19% from 255) = 92.16%

R = 7.84%
G = 0%
B = 92.16%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1400EB (or 0x1400EB) is known color: Blue. HEX triplet: 14, 00 and EB. RGB value is (20,0,235). Sum of RGB (Red+Green+Blue) = 20+0+235=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 235 (92.19% from 255 or 92.16% from 255); Max value from RGB is 235 - color contains mainly: blue. Hex color #1400EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1400EB is #EBFF14. Grayscale: #1F1F1F. Windows color (decimal): -15466261 or 15400980. OLE color: 15400980.

HSL color Cylindrical-coordinate representation of color #1400EB: hue angle of 245.11º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1400EB is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 0 235 -
CMYK 0.91 1 0 0.08
HSL 245.11º 1% 0.46% -
HSV(B) 245.11º 1% 0.92% -
XYZ 15.28 6.15 78.98 -
YUV 32.77 242.13 118.89 -
System Red Green Blue C M Y K H S L
Decimal 20 0 235 0.91 1 0 0.08 245.11 1 0.46
Hex 14 0 EB 5B 64 0 8 F5 64 2E
Octal 24 0 353 133 144 0 10 365 144 56
Binary 10100 0 11101011 1011011 1100100 0 1000 11110101 1100100 101110

Color Harmonies of #1400EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1400EB

Black with #1400EB

Text Example


Text Example

White with #1400EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1400EB; }

 p { color: rgb(20,0,235); }

 H1.HeaderClassName
 {
   color: #1400EB;
 }
 .AnyTagClassName
 {
   color: #1400EB;
 }
</style>

background-color css

<style>
 a { background-color: #1400EB; }

 a { background-color: rgb(20,0,235); }

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

border-color css

<style>
 span { border-color: #1400EB; }

 span { border-color: rgb(20,0,235); }

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