Html Css Color HEX #1234DC Persian Blue

📋 copy color: '#1234DC'

red 18 ◦ green 52 ◦ blue 220

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

Shades of Persian Blue #1234DC

Tints of Persian Blue #1234DC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

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

R = 6.21%
G = 17.93%
B = 75.86%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1234DC (or 0x1234DC) is known color: Persian Blue. HEX triplet: 12, 34 and DC. RGB value is (18,52,220). Sum of RGB (Red+Green+Blue) = 18+52+220=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #1234DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1234DC is #EDCB23. Grayscale: #3C3C3C. Windows color (decimal): -15584036 or 14431250. OLE color: 14431250.

HSL color Cylindrical-coordinate representation of color #1234DC: hue angle of 229.9º 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 #1234DC is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 52 220 -
CMYK 0.92 0.76 0 0.14
HSL 229.9º 0.85% 0.47% -
HSV(B) 229.9º 0.92% 0.86% -
XYZ 14.4 7.75 68.45 -
YUV 60.99 217.74 97.34 -
System Red Green Blue C M Y K H S L
Decimal 18 52 220 0.92 0.76 0 0.14 229.9 0.85 0.47
Hex 12 34 DC 5C 4C 0 E E6 55 2F
Octal 22 64 334 134 114 0 16 346 125 57
Binary 10010 110100 11011100 1011100 1001100 0 1110 11100110 1010101 101111

Color Harmonies of #1234DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1234DC

Black with #1234DC

Text Example


Text Example

White with #1234DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1234DC; }

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

 H1.HeaderClassName
 {
   color: #1234DC;
 }
 .AnyTagClassName
 {
   color: #1234DC;
 }
</style>

background-color css

<style>
 a { background-color: #1234DC; }

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

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

border-color css

<style>
 span { border-color: #1234DC; }

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

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