Html Css Color HEX #283FD5 Persian Blue

📋 copy color: '#283FD5'

red 40 ◦ green 63 ◦ blue 213

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

Shades of Persian Blue #283FD5

Tints of Persian Blue #283FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 67.41%

R = 12.66%
G = 19.94%
B = 67.41%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#283FD5 (or 0x283FD5) is known color: Persian Blue. HEX triplet: 28, 3F and D5. RGB value is (40,63,213). Sum of RGB (Red+Green+Blue) = 40+63+213=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 213 (83.59% from 255 or 67.41% from 316); Max value from RGB is 213 - color contains mainly: blue. Hex color #283FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283FD5 is #D7C02A. Grayscale: #484848. Windows color (decimal): -14139435 or 13975336. OLE color: 13975336.

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

Color convert

RGB 40 63 213 -
CMYK 0.81 0.70 0 0.16
HSL 232.02º 0.68% 0.5% -
HSV(B) 232.02º 0.81% 0.84% -
XYZ 14.66 8.81 63.88 -
YUV 73.22 206.88 104.3 -
System Red Green Blue C M Y K H S L
Decimal 40 63 213 0.81 0.70 0 0.16 232.02 0.68 0.5
Hex 28 3F D5 51 46 0 10 E8 44 32
Octal 50 77 325 121 106 0 20 350 104 62
Binary 101000 111111 11010101 1010001 1000110 0 10000 11101000 1000100 110010

Color Harmonies of #283FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283FD5

Black with #283FD5

Text Example


Text Example

White with #283FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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