Html Css Color HEX #281EDA Persian Blue

📋 copy color: '#281EDA'

red 40 ◦ green 30 ◦ blue 218

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

Shades of Persian Blue #281EDA

Tints of Persian Blue #281EDA

RGB

 RED value IS 40 (16.02% from 255) = 13.89%

 GREEN value IS 30 (12.11% from 255) = 10.42%

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

R = 13.89%
G = 10.42%
B = 75.69%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#281EDA (or 0x281EDA) is known color: Persian Blue. HEX triplet: 28, 1E and DA. RGB value is (40,30,218). Sum of RGB (Red+Green+Blue) = 40+30+218=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 218 (85.55% from 255 or 75.69% from 288); Max value from RGB is 218 - color contains mainly: blue. Hex color #281EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281EDA is #D7E125. Grayscale: #353535. Windows color (decimal): -14147878 or 14294568. OLE color: 14294568.

HSL color Cylindrical-coordinate representation of color #281EDA: hue angle of 243.19º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281EDA is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 30 218 -
CMYK 0.82 0.86 0 0.15
HSL 243.19º 0.76% 0.49% -
HSV(B) 243.19º 0.86% 0.85% -
XYZ 13.99 6.44 66.84 -
YUV 54.42 220.31 117.71 -
System Red Green Blue C M Y K H S L
Decimal 40 30 218 0.82 0.86 0 0.15 243.19 0.76 0.49
Hex 28 1E DA 52 56 0 F F3 4C 31
Octal 50 36 332 122 126 0 17 363 114 61
Binary 101000 11110 11011010 1010010 1010110 0 1111 11110011 1001100 110001

Color Harmonies of #281EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281EDA

Black with #281EDA

Text Example


Text Example

White with #281EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281EDA; }

 p { color: rgb(40,30,218); }

 H1.HeaderClassName
 {
   color: #281EDA;
 }
 .AnyTagClassName
 {
   color: #281EDA;
 }
</style>

background-color css

<style>
 a { background-color: #281EDA; }

 a { background-color: rgb(40,30,218); }

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

border-color css

<style>
 span { border-color: #281EDA; }

 span { border-color: rgb(40,30,218); }

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