Html Css Color HEX #1439EA Persian Blue

📋 copy color: '#1439EA'

red 20 ◦ green 57 ◦ blue 234

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

Shades of Persian Blue #1439EA

Tints of Persian Blue #1439EA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

 BLUE value IS 234 (91.8% from 255) = 75.24%

R = 6.43%
G = 18.33%
B = 75.24%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1439EA (or 0x1439EA) is known color: Persian Blue. HEX triplet: 14, 39 and EA. RGB value is (20,57,234). Sum of RGB (Red+Green+Blue) = 20+57+234=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 234 (91.80% from 255 or 75.24% from 311); Max value from RGB is 234 - color contains mainly: blue. Hex color #1439EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1439EA is #EBC615. Grayscale: #414141. Windows color (decimal): -15451670 or 15350036. OLE color: 15350036.

HSL color Cylindrical-coordinate representation of color #1439EA: hue angle of 229.63º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1439EA is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 57 234 -
CMYK 0.91 0.76 0 0.08
HSL 229.63º 0.84% 0.5% -
HSV(B) 229.63º 0.91% 0.92% -
XYZ 16.6 9.02 78.71 -
YUV 66.12 222.74 95.11 -
System Red Green Blue C M Y K H S L
Decimal 20 57 234 0.91 0.76 0 0.08 229.63 0.84 0.5
Hex 14 39 EA 5B 4C 0 8 E6 54 32
Octal 24 71 352 133 114 0 10 346 124 62
Binary 10100 111001 11101010 1011011 1001100 0 1000 11100110 1010100 110010

Color Harmonies of #1439EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1439EA

Black with #1439EA

Text Example


Text Example

White with #1439EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1439EA; }

 p { color: rgb(20,57,234); }

 H1.HeaderClassName
 {
   color: #1439EA;
 }
 .AnyTagClassName
 {
   color: #1439EA;
 }
</style>

background-color css

<style>
 a { background-color: #1439EA; }

 a { background-color: rgb(20,57,234); }

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

border-color css

<style>
 span { border-color: #1439EA; }

 span { border-color: rgb(20,57,234); }

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