Html Css Color HEX #182DED Persian Blue

📋 copy color: '#182DED'

red 24 ◦ green 45 ◦ blue 237

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

Shades of Persian Blue #182DED

Tints of Persian Blue #182DED

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.71%

 BLUE value IS 237 (92.97% from 255) = 77.45%

R = 7.84%
G = 14.71%
B = 77.45%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#182DED (or 0x182DED) is known color: Persian Blue. HEX triplet: 18, 2D and ED. RGB value is (24,45,237). Sum of RGB (Red+Green+Blue) = 24+45+237=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #182DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182DED is #E7D212. Grayscale: #3B3B3B. Windows color (decimal): -15192595 or 15543576. OLE color: 15543576.

HSL color Cylindrical-coordinate representation of color #182DED: hue angle of 234.08º 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 #182DED is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 45 237 -
CMYK 0.90 0.81 0 0.07
HSL 234.08º 0.86% 0.51% -
HSV(B) 234.08º 0.9% 0.93% -
XYZ 16.6 8.19 80.83 -
YUV 60.61 227.54 101.89 -
System Red Green Blue C M Y K H S L
Decimal 24 45 237 0.90 0.81 0 0.07 234.08 0.86 0.51
Hex 18 2D ED 5A 51 0 7 EA 56 33
Octal 30 55 355 132 121 0 7 352 126 63
Binary 11000 101101 11101101 1011010 1010001 0 111 11101010 1010110 110011

Color Harmonies of #182DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182DED

Black with #182DED

Text Example


Text Example

White with #182DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,45,237); }

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

background-color css

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

 a { background-color: rgb(24,45,237); }

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

border-color css

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

 span { border-color: rgb(24,45,237); }

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