Html Css Color HEX #283FDF Persian Blue

📋 copy color: '#283FDF'

red 40 ◦ green 63 ◦ blue 223

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

Shades of Persian Blue #283FDF

Tints of Persian Blue #283FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.4%

R = 12.27%
G = 19.33%
B = 68.4%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#283FDF (or 0x283FDF) is known color: Persian Blue. HEX triplet: 28, 3F and DF. RGB value is (40,63,223). Sum of RGB (Red+Green+Blue) = 40+63+223=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #283FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283FDF is #D7C020. Grayscale: #494949. Windows color (decimal): -14139425 or 14630696. OLE color: 14630696.

HSL color Cylindrical-coordinate representation of color #283FDF: hue angle of 232.46º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283FDF is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 63 223 -
CMYK 0.82 0.72 0 0.13
HSL 232.46º 0.74% 0.52% -
HSV(B) 232.46º 0.82% 0.87% -
XYZ 15.97 9.33 70.77 -
YUV 74.36 211.88 103.49 -
System Red Green Blue C M Y K H S L
Decimal 40 63 223 0.82 0.72 0 0.13 232.46 0.74 0.52
Hex 28 3F DF 52 48 0 D E8 4A 34
Octal 50 77 337 122 110 0 15 350 112 64
Binary 101000 111111 11011111 1010010 1001000 0 1101 11101000 1001010 110100

Color Harmonies of #283FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283FDF

Black with #283FDF

Text Example


Text Example

White with #283FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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