Html Css Color HEX #282EDF Persian Blue

📋 copy color: '#282EDF'

red 40 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #282EDF

Tints of Persian Blue #282EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.17%

R = 12.94%
G = 14.89%
B = 72.17%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#282EDF (or 0x282EDF) is known color: Persian Blue. HEX triplet: 28, 2E and DF. RGB value is (40,46,223). Sum of RGB (Red+Green+Blue) = 40+46+223=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #282EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282EDF is #D7D120. Grayscale: #3F3F3F. Windows color (decimal): -14143777 or 14626344. OLE color: 14626344.

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

Color convert

RGB 40 46 223 -
CMYK 0.82 0.79 0 0.13
HSL 238.03º 0.74% 0.52% -
HSV(B) 238.03º 0.82% 0.87% -
XYZ 15.17 7.73 70.51 -
YUV 64.38 217.51 110.61 -
System Red Green Blue C M Y K H S L
Decimal 40 46 223 0.82 0.79 0 0.13 238.03 0.74 0.52
Hex 28 2E DF 52 4F 0 D EE 4A 34
Octal 50 56 337 122 117 0 15 356 112 64
Binary 101000 101110 11011111 1010010 1001111 0 1101 11101110 1001010 110100

Color Harmonies of #282EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282EDF

Black with #282EDF

Text Example


Text Example

White with #282EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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