Html Css Color HEX #1434EF Persian Blue

📋 copy color: '#1434EF'

red 20 ◦ green 52 ◦ blue 239

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

Shades of Persian Blue #1434EF

Tints of Persian Blue #1434EF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.72%

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

R = 6.43%
G = 16.72%
B = 76.85%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1434EF (or 0x1434EF) is known color: Persian Blue. HEX triplet: 14, 34 and EF. RGB value is (20,52,239). Sum of RGB (Red+Green+Blue) = 20+52+239=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 239 (93.75% from 255 or 76.85% from 311); Max value from RGB is 239 - color contains mainly: blue. Hex color #1434EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1434EF is #EBCB10. Grayscale: #3E3E3E. Windows color (decimal): -15452945 or 15676436. OLE color: 15676436.

HSL color Cylindrical-coordinate representation of color #1434EF: hue angle of 231.23º 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 #1434EF is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 52 239 -
CMYK 0.92 0.78 0 0.06
HSL 231.23º 0.87% 0.51% -
HSV(B) 231.23º 0.92% 0.94% -
XYZ 17.1 8.84 82.47 -
YUV 63.75 226.9 96.79 -
System Red Green Blue C M Y K H S L
Decimal 20 52 239 0.92 0.78 0 0.06 231.23 0.87 0.51
Hex 14 34 EF 5C 4E 0 6 E7 57 33
Octal 24 64 357 134 116 0 6 347 127 63
Binary 10100 110100 11101111 1011100 1001110 0 110 11100111 1010111 110011

Color Harmonies of #1434EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1434EF

Black with #1434EF

Text Example


Text Example

White with #1434EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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