Html Css Color HEX #1446EB Persian Blue

📋 copy color: '#1446EB'

red 20 ◦ green 70 ◦ blue 235

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

Shades of Persian Blue #1446EB

Tints of Persian Blue #1446EB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 6.15%
G = 21.54%
B = 72.31%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1446EB (or 0x1446EB) is known color: Persian Blue. HEX triplet: 14, 46 and EB. RGB value is (20,70,235). Sum of RGB (Red+Green+Blue) = 20+70+235=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 235 (92.19% from 255 or 72.31% from 325); Max value from RGB is 235 - color contains mainly: blue. Hex color #1446EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1446EB is #EBB914. Grayscale: #494949. Windows color (decimal): -15448341 or 15418900. OLE color: 15418900.

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

Color convert

RGB 20 70 235 -
CMYK 0.91 0.70 0 0.08
HSL 226.05º 0.84% 0.5% -
HSV(B) 226.05º 0.91% 0.92% -
XYZ 17.47 10.53 79.71 -
YUV 73.86 218.94 89.58 -
System Red Green Blue C M Y K H S L
Decimal 20 70 235 0.91 0.70 0 0.08 226.05 0.84 0.5
Hex 14 46 EB 5B 46 0 8 E2 54 32
Octal 24 106 353 133 106 0 10 342 124 62
Binary 10100 1000110 11101011 1011011 1000110 0 1000 11100010 1010100 110010

Color Harmonies of #1446EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1446EB

Black with #1446EB

Text Example


Text Example

White with #1446EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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