Html Css Color HEX #283DD7 Persian Blue

📋 copy color: '#283DD7'

red 40 ◦ green 61 ◦ blue 215

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

Shades of Persian Blue #283DD7

Tints of Persian Blue #283DD7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.3%

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

R = 12.66%
G = 19.3%
B = 68.04%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#283DD7 (or 0x283DD7) is known color: Persian Blue. HEX triplet: 28, 3D and D7. RGB value is (40,61,215). Sum of RGB (Red+Green+Blue) = 40+61+215=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 215 (84.38% from 255 or 68.04% from 316); Max value from RGB is 215 - color contains mainly: blue. Hex color #283DD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DD7 is #D7C228. Grayscale: #474747. Windows color (decimal): -14139945 or 14105896. OLE color: 14105896.

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

Color convert

RGB 40 61 215 -
CMYK 0.81 0.72 0 0.16
HSL 232.8º 0.69% 0.5% -
HSV(B) 232.8º 0.81% 0.84% -
XYZ 14.81 8.69 65.19 -
YUV 72.28 208.54 104.98 -
System Red Green Blue C M Y K H S L
Decimal 40 61 215 0.81 0.72 0 0.16 232.8 0.69 0.5
Hex 28 3D D7 51 48 0 10 E9 45 32
Octal 50 75 327 121 110 0 20 351 105 62
Binary 101000 111101 11010111 1010001 1001000 0 10000 11101001 1000101 110010

Color Harmonies of #283DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283DD7

Black with #283DD7

Text Example


Text Example

White with #283DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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