Html Css Color HEX #182EDD Persian Blue

📋 copy color: '#182EDD'

red 24 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #182EDD

Tints of Persian Blue #182EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.81%

 BLUE value IS 221 (86.72% from 255) = 75.95%

R = 8.25%
G = 15.81%
B = 75.95%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#182EDD (or 0x182EDD) is known color: Persian Blue. HEX triplet: 18, 2E and DD. RGB value is (24,46,221). Sum of RGB (Red+Green+Blue) = 24+46+221=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 221 (86.72% from 255 or 75.95% from 291); Max value from RGB is 221 - color contains mainly: blue. Hex color #182EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182EDD is #E7D122. Grayscale: #3A3A3A. Windows color (decimal): -15192355 or 14495256. OLE color: 14495256.

HSL color Cylindrical-coordinate representation of color #182EDD: hue angle of 233.3º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #182EDD is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 46 221 -
CMYK 0.89 0.79 0 0.13
HSL 233.3º 0.8% 0.48% -
HSV(B) 233.3º 0.89% 0.87% -
XYZ 14.4 7.37 69.07 -
YUV 59.37 219.21 102.77 -
System Red Green Blue C M Y K H S L
Decimal 24 46 221 0.89 0.79 0 0.13 233.3 0.8 0.48
Hex 18 2E DD 59 4F 0 D E9 50 30
Octal 30 56 335 131 117 0 15 351 120 60
Binary 11000 101110 11011101 1011001 1001111 0 1101 11101001 1010000 110000

Color Harmonies of #182EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182EDD

Black with #182EDD

Text Example


Text Example

White with #182EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182EDD; }

 p { color: rgb(24,46,221); }

 H1.HeaderClassName
 {
   color: #182EDD;
 }
 .AnyTagClassName
 {
   color: #182EDD;
 }
</style>

background-color css

<style>
 a { background-color: #182EDD; }

 a { background-color: rgb(24,46,221); }

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

border-color css

<style>
 span { border-color: #182EDD; }

 span { border-color: rgb(24,46,221); }

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