Html Css Color HEX #182ED8 Persian Blue

📋 copy color: '#182ED8'

red 24 ◦ green 46 ◦ blue 216

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

Shades of Persian Blue #182ED8

Tints of Persian Blue #182ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 75.52%

R = 8.39%
G = 16.08%
B = 75.52%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#182ED8 (or 0x182ED8) is known color: Persian Blue. HEX triplet: 18, 2E and D8. RGB value is (24,46,216). Sum of RGB (Red+Green+Blue) = 24+46+216=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 216 (84.77% from 255 or 75.52% from 286); Max value from RGB is 216 - color contains mainly: blue. Hex color #182ED8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182ED8 is #E7D127. Grayscale: #3A3A3A. Windows color (decimal): -15192360 or 14167576. OLE color: 14167576.

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

Color convert

RGB 24 46 216 -
CMYK 0.89 0.79 0 0.15
HSL 233.13º 0.8% 0.47% -
HSV(B) 233.13º 0.89% 0.85% -
XYZ 13.75 7.11 65.61 -
YUV 58.8 216.71 103.18 -
System Red Green Blue C M Y K H S L
Decimal 24 46 216 0.89 0.79 0 0.15 233.13 0.8 0.47
Hex 18 2E D8 59 4F 0 F E9 50 2F
Octal 30 56 330 131 117 0 17 351 120 57
Binary 11000 101110 11011000 1011001 1001111 0 1111 11101001 1010000 101111

Color Harmonies of #182ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182ED8

Black with #182ED8

Text Example


Text Example

White with #182ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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