Html Css Color HEX #1438EA Persian Blue

📋 copy color: '#1438EA'

red 20 ◦ green 56 ◦ blue 234

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

Shades of Persian Blue #1438EA

Tints of Persian Blue #1438EA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.06%

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

R = 6.45%
G = 18.06%
B = 75.48%

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

#1438EA (or 0x1438EA) is known color: Persian Blue. HEX triplet: 14, 38 and EA. RGB value is (20,56,234). Sum of RGB (Red+Green+Blue) = 20+56+234=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 234 (91.80% from 255 or 75.48% from 310); Max value from RGB is 234 - color contains mainly: blue. Hex color #1438EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1438EA is #EBC715. Grayscale: #404040. Windows color (decimal): -15451926 or 15349780. OLE color: 15349780.

HSL color Cylindrical-coordinate representation of color #1438EA: hue angle of 229.91º 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 #1438EA is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 56 234 -
CMYK 0.91 0.76 0 0.08
HSL 229.91º 0.84% 0.5% -
HSV(B) 229.91º 0.91% 0.92% -
XYZ 16.55 8.92 78.69 -
YUV 65.53 223.07 95.53 -
System Red Green Blue C M Y K H S L
Decimal 20 56 234 0.91 0.76 0 0.08 229.91 0.84 0.5
Hex 14 38 EA 5B 4C 0 8 E6 54 32
Octal 24 70 352 133 114 0 10 346 124 62
Binary 10100 111000 11101010 1011011 1001100 0 1000 11100110 1010100 110010

Color Harmonies of #1438EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1438EA

Black with #1438EA

Text Example


Text Example

White with #1438EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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