Html Css Color HEX #282EDC Persian Blue

📋 copy color: '#282EDC'

red 40 ◦ green 46 ◦ blue 220

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

Shades of Persian Blue #282EDC

Tints of Persian Blue #282EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 71.9%

R = 13.07%
G = 15.03%
B = 71.9%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#282EDC (or 0x282EDC) is known color: Persian Blue. HEX triplet: 28, 2E and DC. RGB value is (40,46,220). Sum of RGB (Red+Green+Blue) = 40+46+220=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #282EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282EDC is #D7D123. Grayscale: #3F3F3F. Windows color (decimal): -14143780 or 14429736. OLE color: 14429736.

HSL color Cylindrical-coordinate representation of color #282EDC: hue angle of 238º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #282EDC is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 46 220 -
CMYK 0.82 0.79 0 0.14
HSL 238º 0.72% 0.51% -
HSV(B) 238º 0.82% 0.86% -
XYZ 14.77 7.57 68.39 -
YUV 64.04 216.01 110.85 -
System Red Green Blue C M Y K H S L
Decimal 40 46 220 0.82 0.79 0 0.14 238 0.72 0.51
Hex 28 2E DC 52 4F 0 E EE 48 33
Octal 50 56 334 122 117 0 16 356 110 63
Binary 101000 101110 11011100 1010010 1001111 0 1110 11101110 1001000 110011

Color Harmonies of #282EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282EDC

Black with #282EDC

Text Example


Text Example

White with #282EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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