Html Css Color HEX #1D2FCE Persian Blue

📋 copy color: '#1D2FCE'

red 29 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #1D2FCE

Tints of Persian Blue #1D2FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.67%

 BLUE value IS 206 (80.86% from 255) = 73.05%

R = 10.28%
G = 16.67%
B = 73.05%

CMYK

 C value IS 0.86

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D2FCE (or 0x1D2FCE) is known color: Persian Blue. HEX triplet: 1D, 2F and CE. RGB value is (29,47,206). Sum of RGB (Red+Green+Blue) = 29+47+206=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D2FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2FCE is #E2D031. Grayscale: #3B3B3B. Windows color (decimal): -14864434 or 13512477. OLE color: 13512477.

HSL color Cylindrical-coordinate representation of color #1D2FCE: hue angle of 233.9º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D2FCE is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 47 206 -
CMYK 0.86 0.77 0 0.19
HSL 233.9º 0.75% 0.46% -
HSV(B) 233.9º 0.86% 0.81% -
XYZ 12.66 6.75 59.03 -
YUV 59.74 210.54 106.07 -
System Red Green Blue C M Y K H S L
Decimal 29 47 206 0.86 0.77 0 0.19 233.9 0.75 0.46
Hex 1D 2F CE 56 4D 0 13 EA 4B 2E
Octal 35 57 316 126 115 0 23 352 113 56
Binary 11101 101111 11001110 1010110 1001101 0 10011 11101010 1001011 101110

Color Harmonies of #1D2FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2FCE

Black with #1D2FCE

Text Example


Text Example

White with #1D2FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,47,206); }

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

background-color css

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

 a { background-color: rgb(29,47,206); }

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

border-color css

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

 span { border-color: rgb(29,47,206); }

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