Html Css Color HEX #1431EF Persian Blue

📋 copy color: '#1431EF'

red 20 ◦ green 49 ◦ blue 239

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

Shades of Persian Blue #1431EF

Tints of Persian Blue #1431EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 77.6%

R = 6.49%
G = 15.91%
B = 77.6%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1431EF (or 0x1431EF) is known color: Persian Blue. HEX triplet: 14, 31 and EF. RGB value is (20,49,239). Sum of RGB (Red+Green+Blue) = 20+49+239=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #1431EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1431EF is #EBCE10. Grayscale: #3D3D3D. Windows color (decimal): -15453713 or 15675668. OLE color: 15675668.

HSL color Cylindrical-coordinate representation of color #1431EF: hue angle of 232.05º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1431EF is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 49 239 -
CMYK 0.92 0.79 0 0.06
HSL 232.05º 0.87% 0.51% -
HSV(B) 232.05º 0.92% 0.94% -
XYZ 16.97 8.58 82.42 -
YUV 61.99 227.89 98.05 -
System Red Green Blue C M Y K H S L
Decimal 20 49 239 0.92 0.79 0 0.06 232.05 0.87 0.51
Hex 14 31 EF 5C 4F 0 6 E8 57 33
Octal 24 61 357 134 117 0 6 350 127 63
Binary 10100 110001 11101111 1011100 1001111 0 110 11101000 1010111 110011

Color Harmonies of #1431EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1431EF

Black with #1431EF

Text Example


Text Example

White with #1431EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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