Html Css Color HEX #283ECF Persian Blue

📋 copy color: '#283ECF'

red 40 ◦ green 62 ◦ blue 207

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

Shades of Persian Blue #283ECF

Tints of Persian Blue #283ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.99%

R = 12.94%
G = 20.06%
B = 66.99%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#283ECF (or 0x283ECF) is known color: Persian Blue. HEX triplet: 28, 3E and CF. RGB value is (40,62,207). Sum of RGB (Red+Green+Blue) = 40+62+207=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #283ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ECF is #D7C130. Grayscale: #474747. Windows color (decimal): -14139697 or 13581864. OLE color: 13581864.

HSL color Cylindrical-coordinate representation of color #283ECF: hue angle of 232.1º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #283ECF is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 62 207 -
CMYK 0.81 0.70 0 0.19
HSL 232.1º 0.68% 0.48% -
HSV(B) 232.1º 0.81% 0.81% -
XYZ 13.86 8.4 59.92 -
YUV 71.95 204.21 105.21 -
System Red Green Blue C M Y K H S L
Decimal 40 62 207 0.81 0.70 0 0.19 232.1 0.68 0.48
Hex 28 3E CF 51 46 0 13 E8 44 30
Octal 50 76 317 121 106 0 23 350 104 60
Binary 101000 111110 11001111 1010001 1000110 0 10011 11101000 1000100 110000

Color Harmonies of #283ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283ECF

Black with #283ECF

Text Example


Text Example

White with #283ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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