Html Css Color HEX #1830EB Persian Blue

📋 copy color: '#1830EB'

red 24 ◦ green 48 ◦ blue 235

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

Shades of Persian Blue #1830EB

Tints of Persian Blue #1830EB

RGB

 RED value IS 24 (9.77% from 255) = 7.82%

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

 BLUE value IS 235 (92.19% from 255) = 76.55%

R = 7.82%
G = 15.64%
B = 76.55%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1830EB (or 0x1830EB) is known color: Persian Blue. HEX triplet: 18, 30 and EB. RGB value is (24,48,235). Sum of RGB (Red+Green+Blue) = 24+48+235=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 235 (92.19% from 255 or 76.55% from 307); Max value from RGB is 235 - color contains mainly: blue. Hex color #1830EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1830EB is #E7CF14. Grayscale: #3D3D3D. Windows color (decimal): -15191829 or 15413272. OLE color: 15413272.

HSL color Cylindrical-coordinate representation of color #1830EB: hue angle of 233.18º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1830EB is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 48 235 -
CMYK 0.90 0.80 0 0.08
HSL 233.18º 0.84% 0.51% -
HSV(B) 233.18º 0.9% 0.92% -
XYZ 16.43 8.31 79.33 -
YUV 62.14 225.55 100.79 -
System Red Green Blue C M Y K H S L
Decimal 24 48 235 0.90 0.80 0 0.08 233.18 0.84 0.51
Hex 18 30 EB 5A 50 0 8 E9 54 33
Octal 30 60 353 132 120 0 10 351 124 63
Binary 11000 110000 11101011 1011010 1010000 0 1000 11101001 1010100 110011

Color Harmonies of #1830EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1830EB

Black with #1830EB

Text Example


Text Example

White with #1830EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1830EB; }

 p { color: rgb(24,48,235); }

 H1.HeaderClassName
 {
   color: #1830EB;
 }
 .AnyTagClassName
 {
   color: #1830EB;
 }
</style>

background-color css

<style>
 a { background-color: #1830EB; }

 a { background-color: rgb(24,48,235); }

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

border-color css

<style>
 span { border-color: #1830EB; }

 span { border-color: rgb(24,48,235); }

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