Html Css Color HEX #283ED4 Persian Blue

📋 copy color: '#283ED4'

red 40 ◦ green 62 ◦ blue 212

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

Shades of Persian Blue #283ED4

Tints of Persian Blue #283ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 67.52%

R = 12.74%
G = 19.75%
B = 67.52%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#283ED4 (or 0x283ED4) is known color: Persian Blue. HEX triplet: 28, 3E and D4. RGB value is (40,62,212). Sum of RGB (Red+Green+Blue) = 40+62+212=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 212 (83.20% from 255 or 67.52% from 314); Max value from RGB is 212 - color contains mainly: blue. Hex color #283ED4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ED4 is #D7C12B. Grayscale: #474747. Windows color (decimal): -14139692 or 13909544. OLE color: 13909544.

HSL color Cylindrical-coordinate representation of color #283ED4: hue angle of 232.33º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #283ED4 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 40 62 212 -
CMYK 0.81 0.71 0 0.17
HSL 232.33º 0.68% 0.49% -
HSV(B) 232.33º 0.81% 0.83% -
XYZ 14.48 8.65 63.19 -
YUV 72.52 206.71 104.8 -
System Red Green Blue C M Y K H S L
Decimal 40 62 212 0.81 0.71 0 0.17 232.33 0.68 0.49
Hex 28 3E D4 51 47 0 11 E8 44 31
Octal 50 76 324 121 107 0 21 350 104 61
Binary 101000 111110 11010100 1010001 1000111 0 10001 11101000 1000100 110001

Color Harmonies of #283ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283ED4

Black with #283ED4

Text Example


Text Example

White with #283ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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