Html Css Color HEX #1830EE Persian Blue

📋 copy color: '#1830EE'

red 24 ◦ green 48 ◦ blue 238

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

Shades of Persian Blue #1830EE

Tints of Persian Blue #1830EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 76.77%

R = 7.74%
G = 15.48%
B = 76.77%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1830EE (or 0x1830EE) is known color: Persian Blue. HEX triplet: 18, 30 and EE. RGB value is (24,48,238). Sum of RGB (Red+Green+Blue) = 24+48+238=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 238 (93.36% from 255 or 76.77% from 310); Max value from RGB is 238 - color contains mainly: blue. Hex color #1830EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1830EE is #E7CF11. Grayscale: #3D3D3D. Windows color (decimal): -15191826 or 15609880. OLE color: 15609880.

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

Color convert

RGB 24 48 238 -
CMYK 0.90 0.80 0 0.07
HSL 233.27º 0.86% 0.51% -
HSV(B) 233.27º 0.9% 0.93% -
XYZ 16.87 8.48 81.64 -
YUV 62.48 227.05 100.55 -
System Red Green Blue C M Y K H S L
Decimal 24 48 238 0.90 0.80 0 0.07 233.27 0.86 0.51
Hex 18 30 EE 5A 50 0 7 E9 56 33
Octal 30 60 356 132 120 0 7 351 126 63
Binary 11000 110000 11101110 1011010 1010000 0 111 11101001 1010110 110011

Color Harmonies of #1830EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1830EE

Black with #1830EE

Text Example


Text Example

White with #1830EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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