Html Css Color HEX #1431CF Persian Blue

📋 copy color: '#1431CF'

red 20 ◦ green 49 ◦ blue 207

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

Shades of Persian Blue #1431CF

Tints of Persian Blue #1431CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.75%

 BLUE value IS 207 (81.25% from 255) = 75%

R = 7.25%
G = 17.75%
B = 75%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1431CF (or 0x1431CF) is known color: Persian Blue. HEX triplet: 14, 31 and CF. RGB value is (20,49,207). Sum of RGB (Red+Green+Blue) = 20+49+207=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #1431CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1431CF is #EBCE30. Grayscale: #393939. Windows color (decimal): -15453745 or 13578516. OLE color: 13578516.

HSL color Cylindrical-coordinate representation of color #1431CF: hue angle of 230.7º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1431CF is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 49 207 -
CMYK 0.90 0.76 0 0.19
HSL 230.7º 0.82% 0.45% -
HSV(B) 230.7º 0.9% 0.81% -
XYZ 12.65 6.85 59.69 -
YUV 58.34 211.89 100.65 -
System Red Green Blue C M Y K H S L
Decimal 20 49 207 0.90 0.76 0 0.19 230.7 0.82 0.45
Hex 14 31 CF 5A 4C 0 13 E7 52 2D
Octal 24 61 317 132 114 0 23 347 122 55
Binary 10100 110001 11001111 1011010 1001100 0 10011 11100111 1010010 101101

Color Harmonies of #1431CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1431CF

Black with #1431CF

Text Example


Text Example

White with #1431CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1431CF; }

 p { color: rgb(20,49,207); }

 H1.HeaderClassName
 {
   color: #1431CF;
 }
 .AnyTagClassName
 {
   color: #1431CF;
 }
</style>

background-color css

<style>
 a { background-color: #1431CF; }

 a { background-color: rgb(20,49,207); }

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

border-color css

<style>
 span { border-color: #1431CF; }

 span { border-color: rgb(20,49,207); }

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