Html Css Color HEX #283ED5 Persian Blue

📋 copy color: '#283ED5'

red 40 ◦ green 62 ◦ blue 213

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

Shades of Persian Blue #283ED5

Tints of Persian Blue #283ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 67.62%

R = 12.7%
G = 19.68%
B = 67.62%

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

#283ED5 (or 0x283ED5) is known color: Persian Blue. HEX triplet: 28, 3E and D5. RGB value is (40,62,213). Sum of RGB (Red+Green+Blue) = 40+62+213=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 213 (83.59% from 255 or 67.62% from 315); Max value from RGB is 213 - color contains mainly: blue. Hex color #283ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ED5 is #D7C12A. Grayscale: #484848. Windows color (decimal): -14139691 or 13975080. OLE color: 13975080.

HSL color Cylindrical-coordinate representation of color #283ED5: hue angle of 232.37º degrees, saturation: 0.68, 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 #283ED5 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 62 213 -
CMYK 0.81 0.71 0 0.16
HSL 232.37º 0.68% 0.5% -
HSV(B) 232.37º 0.81% 0.84% -
XYZ 14.61 8.7 63.86 -
YUV 72.64 207.21 104.72 -
System Red Green Blue C M Y K H S L
Decimal 40 62 213 0.81 0.71 0 0.16 232.37 0.68 0.5
Hex 28 3E D5 51 47 0 10 E8 44 32
Octal 50 76 325 121 107 0 20 350 104 62
Binary 101000 111110 11010101 1010001 1000111 0 10000 11101000 1000100 110010

Color Harmonies of #283ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283ED5

Black with #283ED5

Text Example


Text Example

White with #283ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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