Html Css Color HEX #1434DD Persian Blue

📋 copy color: '#1434DD'

red 20 ◦ green 52 ◦ blue 221

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

Shades of Persian Blue #1434DD

Tints of Persian Blue #1434DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.75%

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

R = 6.83%
G = 17.75%
B = 75.43%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1434DD (or 0x1434DD) is known color: Persian Blue. HEX triplet: 14, 34 and DD. RGB value is (20,52,221). Sum of RGB (Red+Green+Blue) = 20+52+221=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 221 (86.72% from 255 or 75.43% from 293); Max value from RGB is 221 - color contains mainly: blue. Hex color #1434DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1434DD is #EBCB22. Grayscale: #3C3C3C. Windows color (decimal): -15452963 or 14496788. OLE color: 14496788.

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

Color convert

RGB 20 52 221 -
CMYK 0.91 0.76 0 0.13
HSL 230.45º 0.83% 0.47% -
HSV(B) 230.45º 0.91% 0.87% -
XYZ 14.57 7.83 69.15 -
YUV 61.7 217.9 98.26 -
System Red Green Blue C M Y K H S L
Decimal 20 52 221 0.91 0.76 0 0.13 230.45 0.83 0.47
Hex 14 34 DD 5B 4C 0 D E6 53 2F
Octal 24 64 335 133 114 0 15 346 123 57
Binary 10100 110100 11011101 1011011 1001100 0 1101 11100110 1010011 101111

Color Harmonies of #1434DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1434DD

Black with #1434DD

Text Example


Text Example

White with #1434DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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