Html Css Color HEX #182DEF Persian Blue

📋 copy color: '#182DEF'

red 24 ◦ green 45 ◦ blue 239

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

Shades of Persian Blue #182DEF

Tints of Persian Blue #182DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 77.6%

R = 7.79%
G = 14.61%
B = 77.6%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#182DEF (or 0x182DEF) is known color: Persian Blue. HEX triplet: 18, 2D and EF. RGB value is (24,45,239). Sum of RGB (Red+Green+Blue) = 24+45+239=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #182DEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182DEF is #E7D210. Grayscale: #3C3C3C. Windows color (decimal): -15192593 or 15674648. OLE color: 15674648.

HSL color Cylindrical-coordinate representation of color #182DEF: hue angle of 234.14º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #182DEF is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 45 239 -
CMYK 0.90 0.81 0 0.06
HSL 234.14º 0.87% 0.52% -
HSV(B) 234.14º 0.9% 0.94% -
XYZ 16.9 8.3 82.37 -
YUV 60.84 228.54 101.73 -
System Red Green Blue C M Y K H S L
Decimal 24 45 239 0.90 0.81 0 0.06 234.14 0.87 0.52
Hex 18 2D EF 5A 51 0 6 EA 57 34
Octal 30 55 357 132 121 0 6 352 127 64
Binary 11000 101101 11101111 1011010 1010001 0 110 11101010 1010111 110100

Color Harmonies of #182DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182DEF

Black with #182DEF

Text Example


Text Example

White with #182DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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