Html Css Color HEX #283ED8 Persian Blue

📋 copy color: '#283ED8'

red 40 ◦ green 62 ◦ blue 216

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

Shades of Persian Blue #283ED8

Tints of Persian Blue #283ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 67.92%

R = 12.58%
G = 19.5%
B = 67.92%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#283ED8 (or 0x283ED8) is known color: Persian Blue. HEX triplet: 28, 3E and D8. RGB value is (40,62,216). Sum of RGB (Red+Green+Blue) = 40+62+216=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 216 (84.77% from 255 or 67.92% from 318); Max value from RGB is 216 - color contains mainly: blue. Hex color #283ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ED8 is #D7C127. Grayscale: #484848. Windows color (decimal): -14139688 or 14171688. OLE color: 14171688.

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

Color convert

RGB 40 62 216 -
CMYK 0.81 0.71 0 0.15
HSL 232.5º 0.69% 0.5% -
HSV(B) 232.5º 0.81% 0.85% -
XYZ 14.99 8.85 65.88 -
YUV 72.98 208.71 104.48 -
System Red Green Blue C M Y K H S L
Decimal 40 62 216 0.81 0.71 0 0.15 232.5 0.69 0.5
Hex 28 3E D8 51 47 0 F E8 45 32
Octal 50 76 330 121 107 0 17 350 105 62
Binary 101000 111110 11011000 1010001 1000111 0 1111 11101000 1000101 110010

Color Harmonies of #283ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283ED8

Black with #283ED8

Text Example


Text Example

White with #283ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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