Html Css Color HEX #2C18D6 Persian Blue

📋 copy color: '#2C18D6'

red 44 ◦ green 24 ◦ blue 214

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

Shades of Persian Blue #2C18D6

Tints of Persian Blue #2C18D6

RGB

 RED value IS 44 (17.58% from 255) = 15.6%

 GREEN value IS 24 (9.77% from 255) = 8.51%

 BLUE value IS 214 (83.98% from 255) = 75.89%

R = 15.6%
G = 8.51%
B = 75.89%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2C18D6 (or 0x2C18D6) is known color: Persian Blue. HEX triplet: 2C, 18 and D6. RGB value is (44,24,214). Sum of RGB (Red+Green+Blue) = 44+24+214=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 214 (83.98% from 255 or 75.89% from 282); Max value from RGB is 214 - color contains mainly: blue. Hex color #2C18D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C18D6 is #D3E729. Grayscale: #323232. Windows color (decimal): -13887274 or 14030892. OLE color: 14030892.

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

Color convert

RGB 44 24 214 -
CMYK 0.79 0.89 0 0.16
HSL 246.32º 0.8% 0.47% -
HSV(B) 246.32º 0.89% 0.84% -
XYZ 13.5 6.04 64.07 -
YUV 51.64 219.63 122.55 -
System Red Green Blue C M Y K H S L
Decimal 44 24 214 0.79 0.89 0 0.16 246.32 0.8 0.47
Hex 2C 18 D6 4F 59 0 10 F6 50 2F
Octal 54 30 326 117 131 0 20 366 120 57
Binary 101100 11000 11010110 1001111 1011001 0 10000 11110110 1010000 101111

Color Harmonies of #2C18D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C18D6

Black with #2C18D6

Text Example


Text Example

White with #2C18D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C18D6; }

 p { color: rgb(44,24,214); }

 H1.HeaderClassName
 {
   color: #2C18D6;
 }
 .AnyTagClassName
 {
   color: #2C18D6;
 }
</style>

background-color css

<style>
 a { background-color: #2C18D6; }

 a { background-color: rgb(44,24,214); }

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

border-color css

<style>
 span { border-color: #2C18D6; }

 span { border-color: rgb(44,24,214); }

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