Html Css Color HEX #2830CF Persian Blue

📋 copy color: '#2830CF'

red 40 ◦ green 48 ◦ blue 207

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

Shades of Persian Blue #2830CF

Tints of Persian Blue #2830CF

RGB

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

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

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

R = 13.56%
G = 16.27%
B = 70.17%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2830CF (or 0x2830CF) is known color: Persian Blue. HEX triplet: 28, 30 and CF. RGB value is (40,48,207). Sum of RGB (Red+Green+Blue) = 40+48+207=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #2830CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2830CF is #D7CF30. Grayscale: #3F3F3F. Windows color (decimal): -14143281 or 13578280. OLE color: 13578280.

HSL color Cylindrical-coordinate representation of color #2830CF: hue angle of 237.13º 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 #2830CF is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 48 207 -
CMYK 0.81 0.77 0 0.19
HSL 237.13º 0.68% 0.48% -
HSV(B) 237.13º 0.81% 0.81% -
XYZ 13.19 7.07 59.7 -
YUV 63.73 208.85 111.07 -
System Red Green Blue C M Y K H S L
Decimal 40 48 207 0.81 0.77 0 0.19 237.13 0.68 0.48
Hex 28 30 CF 51 4D 0 13 ED 44 30
Octal 50 60 317 121 115 0 23 355 104 60
Binary 101000 110000 11001111 1010001 1001101 0 10011 11101101 1000100 110000

Color Harmonies of #2830CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2830CF

Black with #2830CF

Text Example


Text Example

White with #2830CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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