Html Css Color HEX #182FDD Persian Blue

📋 copy color: '#182FDD'

red 24 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #182FDD

Tints of Persian Blue #182FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.1%

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

R = 8.22%
G = 16.1%
B = 75.68%

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

#182FDD (or 0x182FDD) is known color: Persian Blue. HEX triplet: 18, 2F and DD. RGB value is (24,47,221). Sum of RGB (Red+Green+Blue) = 24+47+221=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #182FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182FDD is #E7D022. Grayscale: #3B3B3B. Windows color (decimal): -15192099 or 14495512. OLE color: 14495512.

HSL color Cylindrical-coordinate representation of color #182FDD: hue angle of 232.99º 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 #182FDD is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 47 221 -
CMYK 0.89 0.79 0 0.13
HSL 232.99º 0.8% 0.48% -
HSV(B) 232.99º 0.89% 0.87% -
XYZ 14.44 7.45 69.08 -
YUV 59.96 218.88 102.35 -
System Red Green Blue C M Y K H S L
Decimal 24 47 221 0.89 0.79 0 0.13 232.99 0.8 0.48
Hex 18 2F DD 59 4F 0 D E9 50 30
Octal 30 57 335 131 117 0 15 351 120 60
Binary 11000 101111 11011101 1011001 1001111 0 1101 11101001 1010000 110000

Color Harmonies of #182FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182FDD

Black with #182FDD

Text Example


Text Example

White with #182FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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