Html Css Color HEX #1439DD Persian Blue

📋 copy color: '#1439DD'

red 20 ◦ green 57 ◦ blue 221

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

Shades of Persian Blue #1439DD

Tints of Persian Blue #1439DD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.13%

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

R = 6.71%
G = 19.13%
B = 74.16%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1439DD (or 0x1439DD) is known color: Persian Blue. HEX triplet: 14, 39 and DD. RGB value is (20,57,221). Sum of RGB (Red+Green+Blue) = 20+57+221=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #1439DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1439DD is #EBC622. Grayscale: #3F3F3F. Windows color (decimal): -15451683 or 14498068. OLE color: 14498068.

HSL color Cylindrical-coordinate representation of color #1439DD: hue angle of 228.96º 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 #1439DD is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 57 221 -
CMYK 0.91 0.74 0 0.13
HSL 228.96º 0.83% 0.47% -
HSV(B) 228.96º 0.91% 0.87% -
XYZ 14.8 8.3 69.23 -
YUV 64.63 216.24 96.16 -
System Red Green Blue C M Y K H S L
Decimal 20 57 221 0.91 0.74 0 0.13 228.96 0.83 0.47
Hex 14 39 DD 5B 4A 0 D E5 53 2F
Octal 24 71 335 133 112 0 15 345 123 57
Binary 10100 111001 11011101 1011011 1001010 0 1101 11100101 1010011 101111

Color Harmonies of #1439DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1439DD

Black with #1439DD

Text Example


Text Example

White with #1439DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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