Html Css Color HEX #123CDC Persian Blue

📋 copy color: '#123CDC'

red 18 ◦ green 60 ◦ blue 220

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

Shades of Persian Blue #123CDC

Tints of Persian Blue #123CDC

RGB

 RED value IS 18 (7.42% from 255) = 6.04%

 GREEN value IS 60 (23.83% from 255) = 20.13%

 BLUE value IS 220 (86.33% from 255) = 73.83%

R = 6.04%
G = 20.13%
B = 73.83%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#123CDC (or 0x123CDC) is known color: Persian Blue. HEX triplet: 12, 3C and DC. RGB value is (18,60,220). Sum of RGB (Red+Green+Blue) = 18+60+220=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #123CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CDC is #EDC323. Grayscale: #414141. Windows color (decimal): -15581988 or 14433298. OLE color: 14433298.

HSL color Cylindrical-coordinate representation of color #123CDC: hue angle of 227.52º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123CDC is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 60 220 -
CMYK 0.92 0.73 0 0.14
HSL 227.52º 0.85% 0.47% -
HSV(B) 227.52º 0.92% 0.86% -
XYZ 14.78 8.53 68.58 -
YUV 65.68 215.09 93.99 -
System Red Green Blue C M Y K H S L
Decimal 18 60 220 0.92 0.73 0 0.14 227.52 0.85 0.47
Hex 12 3C DC 5C 49 0 E E4 55 2F
Octal 22 74 334 134 111 0 16 344 125 57
Binary 10010 111100 11011100 1011100 1001001 0 1110 11100100 1010101 101111

Color Harmonies of #123CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123CDC

Black with #123CDC

Text Example


Text Example

White with #123CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123CDC; }

 p { color: rgb(18,60,220); }

 H1.HeaderClassName
 {
   color: #123CDC;
 }
 .AnyTagClassName
 {
   color: #123CDC;
 }
</style>

background-color css

<style>
 a { background-color: #123CDC; }

 a { background-color: rgb(18,60,220); }

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

border-color css

<style>
 span { border-color: #123CDC; }

 span { border-color: rgb(18,60,220); }

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