Html Css Color HEX #1428DB Persian Blue

📋 copy color: '#1428DB'

red 20 ◦ green 40 ◦ blue 219

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

Shades of Persian Blue #1428DB

Tints of Persian Blue #1428DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

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

R = 7.17%
G = 14.34%
B = 78.49%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1428DB (or 0x1428DB) is known color: Persian Blue. HEX triplet: 14, 28 and DB. RGB value is (20,40,219). Sum of RGB (Red+Green+Blue) = 20+40+219=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #1428DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1428DB is #EBD724. Grayscale: #353535. Windows color (decimal): -15456037 or 14362644. OLE color: 14362644.

HSL color Cylindrical-coordinate representation of color #1428DB: hue angle of 233.97º 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 #1428DB is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 40 219 -
CMYK 0.91 0.82 0 0.14
HSL 233.97º 0.83% 0.47% -
HSV(B) 233.97º 0.91% 0.86% -
XYZ 13.83 6.78 67.6 -
YUV 54.43 220.87 103.45 -
System Red Green Blue C M Y K H S L
Decimal 20 40 219 0.91 0.82 0 0.14 233.97 0.83 0.47
Hex 14 28 DB 5B 52 0 E EA 53 2F
Octal 24 50 333 133 122 0 16 352 123 57
Binary 10100 101000 11011011 1011011 1010010 0 1110 11101010 1010011 101111

Color Harmonies of #1428DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1428DB

Black with #1428DB

Text Example


Text Example

White with #1428DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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