Html Css Color HEX #283FD7 Persian Blue

📋 copy color: '#283FD7'

red 40 ◦ green 63 ◦ blue 215

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

Shades of Persian Blue #283FD7

Tints of Persian Blue #283FD7

RGB

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

 GREEN value IS 63 (25% from 255) = 19.81%

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

R = 12.58%
G = 19.81%
B = 67.61%

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

#283FD7 (or 0x283FD7) is known color: Persian Blue. HEX triplet: 28, 3F and D7. RGB value is (40,63,215). Sum of RGB (Red+Green+Blue) = 40+63+215=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 215 (84.38% from 255 or 67.61% from 318); Max value from RGB is 215 - color contains mainly: blue. Hex color #283FD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283FD7 is #D7C028. Grayscale: #484848. Windows color (decimal): -14139433 or 14106408. OLE color: 14106408.

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

Color convert

RGB 40 63 215 -
CMYK 0.81 0.71 0 0.16
HSL 232.11º 0.69% 0.5% -
HSV(B) 232.11º 0.81% 0.84% -
XYZ 14.92 8.91 65.22 -
YUV 73.45 207.88 104.14 -
System Red Green Blue C M Y K H S L
Decimal 40 63 215 0.81 0.71 0 0.16 232.11 0.69 0.5
Hex 28 3F D7 51 47 0 10 E8 45 32
Octal 50 77 327 121 107 0 20 350 105 62
Binary 101000 111111 11010111 1010001 1000111 0 10000 11101000 1000101 110010

Color Harmonies of #283FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283FD7

Black with #283FD7

Text Example


Text Example

White with #283FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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