Html Css Color HEX #283ED6 Persian Blue

📋 copy color: '#283ED6'

red 40 ◦ green 62 ◦ blue 214

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

Shades of Persian Blue #283ED6

Tints of Persian Blue #283ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 67.72%

R = 12.66%
G = 19.62%
B = 67.72%

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

#283ED6 (or 0x283ED6) is known color: Persian Blue. HEX triplet: 28, 3E and D6. RGB value is (40,62,214). Sum of RGB (Red+Green+Blue) = 40+62+214=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 214 (83.98% from 255 or 67.72% from 316); Max value from RGB is 214 - color contains mainly: blue. Hex color #283ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ED6 is #D7C129. Grayscale: #484848. Windows color (decimal): -14139690 or 14040616. OLE color: 14040616.

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

Color convert

RGB 40 62 214 -
CMYK 0.81 0.71 0 0.16
HSL 232.41º 0.69% 0.5% -
HSV(B) 232.41º 0.81% 0.84% -
XYZ 14.74 8.75 64.53 -
YUV 72.75 207.71 104.64 -
System Red Green Blue C M Y K H S L
Decimal 40 62 214 0.81 0.71 0 0.16 232.41 0.69 0.5
Hex 28 3E D6 51 47 0 10 E8 45 32
Octal 50 76 326 121 107 0 20 350 105 62
Binary 101000 111110 11010110 1010001 1000111 0 10000 11101000 1000101 110010

Color Harmonies of #283ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283ED6

Black with #283ED6

Text Example


Text Example

White with #283ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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