Html Css Color HEX #1D42DF Persian Blue

📋 copy color: '#1D42DF'

red 29 ◦ green 66 ◦ blue 223

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

Shades of Persian Blue #1D42DF

Tints of Persian Blue #1D42DF

RGB

 RED value IS 29 (11.72% from 255) = 9.12%

 GREEN value IS 66 (26.17% from 255) = 20.75%

 BLUE value IS 223 (87.5% from 255) = 70.13%

R = 9.12%
G = 20.75%
B = 70.13%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1D42DF (or 0x1D42DF) is known color: Persian Blue. HEX triplet: 1D, 42 and DF. RGB value is (29,66,223). Sum of RGB (Red+Green+Blue) = 29+66+223=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D42DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D42DF is #E2BD20. Grayscale: #484848. Windows color (decimal): -14859553 or 14631453. OLE color: 14631453.

HSL color Cylindrical-coordinate representation of color #1D42DF: hue angle of 228.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D42DF is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 66 223 -
CMYK 0.87 0.70 0 0.13
HSL 228.56º 0.77% 0.49% -
HSV(B) 228.56º 0.87% 0.87% -
XYZ 15.77 9.49 70.81 -
YUV 72.84 212.74 96.73 -
System Red Green Blue C M Y K H S L
Decimal 29 66 223 0.87 0.70 0 0.13 228.56 0.77 0.49
Hex 1D 42 DF 57 46 0 D E5 4D 31
Octal 35 102 337 127 106 0 15 345 115 61
Binary 11101 1000010 11011111 1010111 1000110 0 1101 11100101 1001101 110001

Color Harmonies of #1D42DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D42DF

Black with #1D42DF

Text Example


Text Example

White with #1D42DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D42DF; }

 p { color: rgb(29,66,223); }

 H1.HeaderClassName
 {
   color: #1D42DF;
 }
 .AnyTagClassName
 {
   color: #1D42DF;
 }
</style>

background-color css

<style>
 a { background-color: #1D42DF; }

 a { background-color: rgb(29,66,223); }

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

border-color css

<style>
 span { border-color: #1D42DF; }

 span { border-color: rgb(29,66,223); }

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