Html Css Color HEX #1426DD Persian Blue

📋 copy color: '#1426DD'

red 20 ◦ green 38 ◦ blue 221

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

Shades of Persian Blue #1426DD

Tints of Persian Blue #1426DD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.62%

 BLUE value IS 221 (86.72% from 255) = 79.21%

R = 7.17%
G = 13.62%
B = 79.21%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1426DD (or 0x1426DD) is known color: Persian Blue. HEX triplet: 14, 26 and DD. RGB value is (20,38,221). Sum of RGB (Red+Green+Blue) = 20+38+221=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 221 (86.72% from 255 or 79.21% from 279); Max value from RGB is 221 - color contains mainly: blue. Hex color #1426DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1426DD is #EBD922. Grayscale: #343434. Windows color (decimal): -15456547 or 14493204. OLE color: 14493204.

HSL color Cylindrical-coordinate representation of color #1426DD: hue angle of 234.63º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1426DD is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 38 221 -
CMYK 0.91 0.83 0 0.13
HSL 234.63º 0.83% 0.47% -
HSV(B) 234.63º 0.91% 0.87% -
XYZ 14.03 6.76 68.97 -
YUV 53.48 222.54 104.12 -
System Red Green Blue C M Y K H S L
Decimal 20 38 221 0.91 0.83 0 0.13 234.63 0.83 0.47
Hex 14 26 DD 5B 53 0 D EB 53 2F
Octal 24 46 335 133 123 0 15 353 123 57
Binary 10100 100110 11011101 1011011 1010011 0 1101 11101011 1010011 101111

Color Harmonies of #1426DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1426DD

Black with #1426DD

Text Example


Text Example

White with #1426DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1426DD; }

 p { color: rgb(20,38,221); }

 H1.HeaderClassName
 {
   color: #1426DD;
 }
 .AnyTagClassName
 {
   color: #1426DD;
 }
</style>

background-color css

<style>
 a { background-color: #1426DD; }

 a { background-color: rgb(20,38,221); }

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

border-color css

<style>
 span { border-color: #1426DD; }

 span { border-color: rgb(20,38,221); }

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