Html Css Color HEX #283ED7 Persian Blue

📋 copy color: '#283ED7'

red 40 ◦ green 62 ◦ blue 215

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

Shades of Persian Blue #283ED7

Tints of Persian Blue #283ED7

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.56%

 BLUE value IS 215 (84.38% from 255) = 67.82%

R = 12.62%
G = 19.56%
B = 67.82%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#283ED7 (or 0x283ED7) is known color: Persian Blue. HEX triplet: 28, 3E and D7. RGB value is (40,62,215). Sum of RGB (Red+Green+Blue) = 40+62+215=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 215 (84.38% from 255 or 67.82% from 317); Max value from RGB is 215 - color contains mainly: blue. Hex color #283ED7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ED7 is #D7C128. Grayscale: #484848. Windows color (decimal): -14139689 or 14106152. OLE color: 14106152.

HSL color Cylindrical-coordinate representation of color #283ED7: hue angle of 232.46º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #283ED7 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 62 215 -
CMYK 0.81 0.71 0 0.16
HSL 232.46º 0.69% 0.5% -
HSV(B) 232.46º 0.81% 0.84% -
XYZ 14.86 8.8 65.21 -
YUV 72.86 208.21 104.56 -
System Red Green Blue C M Y K H S L
Decimal 40 62 215 0.81 0.71 0 0.16 232.46 0.69 0.5
Hex 28 3E D7 51 47 0 10 E8 45 32
Octal 50 76 327 121 107 0 20 350 105 62
Binary 101000 111110 11010111 1010001 1000111 0 10000 11101000 1000101 110010

Color Harmonies of #283ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283ED7

Black with #283ED7

Text Example


Text Example

White with #283ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283ED7; }

 p { color: rgb(40,62,215); }

 H1.HeaderClassName
 {
   color: #283ED7;
 }
 .AnyTagClassName
 {
   color: #283ED7;
 }
</style>

background-color css

<style>
 a { background-color: #283ED7; }

 a { background-color: rgb(40,62,215); }

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

border-color css

<style>
 span { border-color: #283ED7; }

 span { border-color: rgb(40,62,215); }

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