Html Css Color HEX #2830DE Persian Blue

📋 copy color: '#2830DE'

red 40 ◦ green 48 ◦ blue 222

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

Shades of Persian Blue #2830DE

Tints of Persian Blue #2830DE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.48%

 BLUE value IS 222 (87.11% from 255) = 71.61%

R = 12.9%
G = 15.48%
B = 71.61%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2830DE (or 0x2830DE) is known color: Persian Blue. HEX triplet: 28, 30 and DE. RGB value is (40,48,222). Sum of RGB (Red+Green+Blue) = 40+48+222=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 222 (87.11% from 255 or 71.61% from 310); Max value from RGB is 222 - color contains mainly: blue. Hex color #2830DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2830DE is #D7CF21. Grayscale: #404040. Windows color (decimal): -14143266 or 14561320. OLE color: 14561320.

HSL color Cylindrical-coordinate representation of color #2830DE: hue angle of 237.36º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2830DE is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 48 222 -
CMYK 0.82 0.78 0 0.13
HSL 237.36º 0.73% 0.51% -
HSV(B) 237.36º 0.82% 0.87% -
XYZ 15.12 7.84 69.82 -
YUV 65.44 216.35 109.85 -
System Red Green Blue C M Y K H S L
Decimal 40 48 222 0.82 0.78 0 0.13 237.36 0.73 0.51
Hex 28 30 DE 52 4E 0 D ED 49 33
Octal 50 60 336 122 116 0 15 355 111 63
Binary 101000 110000 11011110 1010010 1001110 0 1101 11101101 1001001 110011

Color Harmonies of #2830DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2830DE

Black with #2830DE

Text Example


Text Example

White with #2830DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2830DE; }

 p { color: rgb(40,48,222); }

 H1.HeaderClassName
 {
   color: #2830DE;
 }
 .AnyTagClassName
 {
   color: #2830DE;
 }
</style>

background-color css

<style>
 a { background-color: #2830DE; }

 a { background-color: rgb(40,48,222); }

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

border-color css

<style>
 span { border-color: #2830DE; }

 span { border-color: rgb(40,48,222); }

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