Html Css Color HEX #2830EA Persian Blue

📋 copy color: '#2830EA'

red 40 ◦ green 48 ◦ blue 234

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

Shades of Persian Blue #2830EA

Tints of Persian Blue #2830EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 72.67%

R = 12.42%
G = 14.91%
B = 72.67%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2830EA (or 0x2830EA) is known color: Persian Blue. HEX triplet: 28, 30 and EA. RGB value is (40,48,234). Sum of RGB (Red+Green+Blue) = 40+48+234=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 234 (91.80% from 255 or 72.67% from 322); Max value from RGB is 234 - color contains mainly: blue. Hex color #2830EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2830EA is #D7CF15. Grayscale: #424242. Windows color (decimal): -14143254 or 15347752. OLE color: 15347752.

HSL color Cylindrical-coordinate representation of color #2830EA: hue angle of 237.53º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2830EA is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 48 234 -
CMYK 0.83 0.79 0 0.08
HSL 237.53º 0.82% 0.54% -
HSV(B) 237.53º 0.83% 0.92% -
XYZ 16.78 8.51 78.6 -
YUV 66.81 222.35 108.88 -
System Red Green Blue C M Y K H S L
Decimal 40 48 234 0.83 0.79 0 0.08 237.53 0.82 0.54
Hex 28 30 EA 53 4F 0 8 EE 52 36
Octal 50 60 352 123 117 0 10 356 122 66
Binary 101000 110000 11101010 1010011 1001111 0 1000 11101110 1010010 110110

Color Harmonies of #2830EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2830EA

Black with #2830EA

Text Example


Text Example

White with #2830EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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