Html Css Color HEX #142FDA Persian Blue

📋 copy color: '#142FDA'

red 20 ◦ green 47 ◦ blue 218

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

Shades of Persian Blue #142FDA

Tints of Persian Blue #142FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.49%

 BLUE value IS 218 (85.55% from 255) = 76.49%

R = 7.02%
G = 16.49%
B = 76.49%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#142FDA (or 0x142FDA) is known color: Persian Blue. HEX triplet: 14, 2F and DA. RGB value is (20,47,218). Sum of RGB (Red+Green+Blue) = 20+47+218=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 218 (85.55% from 255 or 76.49% from 285); Max value from RGB is 218 - color contains mainly: blue. Hex color #142FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142FDA is #EBD025. Grayscale: #393939. Windows color (decimal): -15454246 or 14298900. OLE color: 14298900.

HSL color Cylindrical-coordinate representation of color #142FDA: hue angle of 231.82º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142FDA is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 47 218 -
CMYK 0.91 0.78 0 0.15
HSL 231.82º 0.83% 0.47% -
HSV(B) 231.82º 0.91% 0.85% -
XYZ 13.96 7.24 66.99 -
YUV 58.42 218.05 100.6 -
System Red Green Blue C M Y K H S L
Decimal 20 47 218 0.91 0.78 0 0.15 231.82 0.83 0.47
Hex 14 2F DA 5B 4E 0 F E8 53 2F
Octal 24 57 332 133 116 0 17 350 123 57
Binary 10100 101111 11011010 1011011 1001110 0 1111 11101000 1010011 101111

Color Harmonies of #142FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142FDA

Black with #142FDA

Text Example


Text Example

White with #142FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142FDA; }

 p { color: rgb(20,47,218); }

 H1.HeaderClassName
 {
   color: #142FDA;
 }
 .AnyTagClassName
 {
   color: #142FDA;
 }
</style>

background-color css

<style>
 a { background-color: #142FDA; }

 a { background-color: rgb(20,47,218); }

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

border-color css

<style>
 span { border-color: #142FDA; }

 span { border-color: rgb(20,47,218); }

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