Html Css Color HEX #1D42D0 Persian Blue

📋 copy color: '#1D42D0'

red 29 ◦ green 66 ◦ blue 208

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

Shades of Persian Blue #1D42D0

Tints of Persian Blue #1D42D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 68.65%

R = 9.57%
G = 21.78%
B = 68.65%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1D42D0 (or 0x1D42D0) is known color: Persian Blue. HEX triplet: 1D, 42 and D0. RGB value is (29,66,208). Sum of RGB (Red+Green+Blue) = 29+66+208=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 208 (81.64% from 255 or 68.65% from 303); Max value from RGB is 208 - color contains mainly: blue. Hex color #1D42D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D42D0 is #E2BD2F. Grayscale: #464646. Windows color (decimal): -14859568 or 13648413. OLE color: 13648413.

HSL color Cylindrical-coordinate representation of color #1D42D0: hue angle of 227.6º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D42D0 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 66 208 -
CMYK 0.86 0.68 0 0.18
HSL 227.6º 0.76% 0.46% -
HSV(B) 227.6º 0.86% 0.82% -
XYZ 13.84 8.71 60.63 -
YUV 71.13 205.24 97.95 -
System Red Green Blue C M Y K H S L
Decimal 29 66 208 0.86 0.68 0 0.18 227.6 0.76 0.46
Hex 1D 42 D0 56 44 0 12 E4 4C 2E
Octal 35 102 320 126 104 0 22 344 114 56
Binary 11101 1000010 11010000 1010110 1000100 0 10010 11100100 1001100 101110

Color Harmonies of #1D42D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D42D0

Black with #1D42D0

Text Example


Text Example

White with #1D42D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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