Html Css Color HEX #1437DD Persian Blue

📋 copy color: '#1437DD'

red 20 ◦ green 55 ◦ blue 221

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

Shades of Persian Blue #1437DD

Tints of Persian Blue #1437DD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.58%

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

R = 6.76%
G = 18.58%
B = 74.66%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1437DD (or 0x1437DD) is known color: Persian Blue. HEX triplet: 14, 37 and DD. RGB value is (20,55,221). Sum of RGB (Red+Green+Blue) = 20+55+221=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #1437DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1437DD is #EBC822. Grayscale: #3E3E3E. Windows color (decimal): -15452195 or 14497556. OLE color: 14497556.

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

Color convert

RGB 20 55 221 -
CMYK 0.91 0.75 0 0.13
HSL 229.55º 0.83% 0.47% -
HSV(B) 229.55º 0.91% 0.87% -
XYZ 14.71 8.1 69.2 -
YUV 63.46 216.9 97 -
System Red Green Blue C M Y K H S L
Decimal 20 55 221 0.91 0.75 0 0.13 229.55 0.83 0.47
Hex 14 37 DD 5B 4B 0 D E6 53 2F
Octal 24 67 335 133 113 0 15 346 123 57
Binary 10100 110111 11011101 1011011 1001011 0 1101 11100110 1010011 101111

Color Harmonies of #1437DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1437DD

Black with #1437DD

Text Example


Text Example

White with #1437DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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