Html Css Color HEX #281DE0 Persian Blue

📋 copy color: '#281DE0'

red 40 ◦ green 29 ◦ blue 224

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

Shades of Persian Blue #281DE0

Tints of Persian Blue #281DE0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.9%

 BLUE value IS 224 (87.89% from 255) = 76.45%

R = 13.65%
G = 9.9%
B = 76.45%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#281DE0 (or 0x281DE0) is known color: Persian Blue. HEX triplet: 28, 1D and E0. RGB value is (40,29,224). Sum of RGB (Red+Green+Blue) = 40+29+224=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 224 (87.89% from 255 or 76.45% from 293); Max value from RGB is 224 - color contains mainly: blue. Hex color #281DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281DE0 is #D7E21F. Grayscale: #353535. Windows color (decimal): -14148128 or 14687528. OLE color: 14687528.

HSL color Cylindrical-coordinate representation of color #281DE0: hue angle of 243.38º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281DE0 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 29 224 -
CMYK 0.82 0.87 0 0.12
HSL 243.38º 0.77% 0.5% -
HSV(B) 243.38º 0.87% 0.88% -
XYZ 14.77 6.71 71.04 -
YUV 54.52 223.64 117.64 -
System Red Green Blue C M Y K H S L
Decimal 40 29 224 0.82 0.87 0 0.12 243.38 0.77 0.5
Hex 28 1D E0 52 57 0 C F3 4D 32
Octal 50 35 340 122 127 0 14 363 115 62
Binary 101000 11101 11100000 1010010 1010111 0 1100 11110011 1001101 110010

Color Harmonies of #281DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281DE0

Black with #281DE0

Text Example


Text Example

White with #281DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,29,224); }

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

background-color css

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

 a { background-color: rgb(40,29,224); }

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

border-color css

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

 span { border-color: rgb(40,29,224); }

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