Html Css Color HEX #123EDC Persian Blue

📋 copy color: '#123EDC'

red 18 ◦ green 62 ◦ blue 220

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

Shades of Persian Blue #123EDC

Tints of Persian Blue #123EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.67%

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

R = 6%
G = 20.67%
B = 73.33%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#123EDC (or 0x123EDC) is known color: Persian Blue. HEX triplet: 12, 3E and DC. RGB value is (18,62,220). Sum of RGB (Red+Green+Blue) = 18+62+220=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #123EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123EDC is #EDC123. Grayscale: #424242. Windows color (decimal): -15581476 or 14433810. OLE color: 14433810.

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

Color convert

RGB 18 62 220 -
CMYK 0.92 0.72 0 0.14
HSL 226.93º 0.85% 0.47% -
HSV(B) 226.93º 0.92% 0.86% -
XYZ 14.89 8.74 68.61 -
YUV 66.86 214.42 93.15 -
System Red Green Blue C M Y K H S L
Decimal 18 62 220 0.92 0.72 0 0.14 226.93 0.85 0.47
Hex 12 3E DC 5C 48 0 E E3 55 2F
Octal 22 76 334 134 110 0 16 343 125 57
Binary 10010 111110 11011100 1011100 1001000 0 1110 11100011 1010101 101111

Color Harmonies of #123EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123EDC

Black with #123EDC

Text Example


Text Example

White with #123EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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