Html Css Color HEX #282EE0 Persian Blue

📋 copy color: '#282EE0'

red 40 ◦ green 46 ◦ blue 224

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

Shades of Persian Blue #282EE0

Tints of Persian Blue #282EE0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.84%

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

R = 12.9%
G = 14.84%
B = 72.26%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#282EE0 (or 0x282EE0) is known color: Persian Blue. HEX triplet: 28, 2E and E0. RGB value is (40,46,224). Sum of RGB (Red+Green+Blue) = 40+46+224=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 224 (87.89% from 255 or 72.26% from 310); Max value from RGB is 224 - color contains mainly: blue. Hex color #282EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282EE0 is #D7D11F. Grayscale: #3F3F3F. Windows color (decimal): -14143776 or 14691880. OLE color: 14691880.

HSL color Cylindrical-coordinate representation of color #282EE0: hue angle of 238.04º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #282EE0 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 46 224 -
CMYK 0.82 0.79 0 0.12
HSL 238.04º 0.75% 0.52% -
HSV(B) 238.04º 0.82% 0.88% -
XYZ 15.31 7.79 71.22 -
YUV 64.5 218.01 110.53 -
System Red Green Blue C M Y K H S L
Decimal 40 46 224 0.82 0.79 0 0.12 238.04 0.75 0.52
Hex 28 2E E0 52 4F 0 C EE 4B 34
Octal 50 56 340 122 117 0 14 356 113 64
Binary 101000 101110 11100000 1010010 1001111 0 1100 11101110 1001011 110100

Color Harmonies of #282EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282EE0

Black with #282EE0

Text Example


Text Example

White with #282EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282EE0; }

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

 H1.HeaderClassName
 {
   color: #282EE0;
 }
 .AnyTagClassName
 {
   color: #282EE0;
 }
</style>

background-color css

<style>
 a { background-color: #282EE0; }

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

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

border-color css

<style>
 span { border-color: #282EE0; }

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

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