Html Css Color HEX #1438DB Persian Blue

📋 copy color: '#1438DB'

red 20 ◦ green 56 ◦ blue 219

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

Shades of Persian Blue #1438DB

Tints of Persian Blue #1438DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 74.24%

R = 6.78%
G = 18.98%
B = 74.24%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1438DB (or 0x1438DB) is known color: Persian Blue. HEX triplet: 14, 38 and DB. RGB value is (20,56,219). Sum of RGB (Red+Green+Blue) = 20+56+219=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #1438DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1438DB is #EBC724. Grayscale: #3F3F3F. Windows color (decimal): -15451941 or 14366740. OLE color: 14366740.

HSL color Cylindrical-coordinate representation of color #1438DB: hue angle of 229.15º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1438DB is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 56 219 -
CMYK 0.91 0.74 0 0.14
HSL 229.15º 0.83% 0.47% -
HSV(B) 229.15º 0.91% 0.86% -
XYZ 14.49 8.09 67.82 -
YUV 63.82 215.57 96.75 -
System Red Green Blue C M Y K H S L
Decimal 20 56 219 0.91 0.74 0 0.14 229.15 0.83 0.47
Hex 14 38 DB 5B 4A 0 E E5 53 2F
Octal 24 70 333 133 112 0 16 345 123 57
Binary 10100 111000 11011011 1011011 1001010 0 1110 11100101 1010011 101111

Color Harmonies of #1438DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1438DB

Black with #1438DB

Text Example


Text Example

White with #1438DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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