Html Css Color HEX #123FE0 Persian Blue

📋 copy color: '#123FE0'

red 18 ◦ green 63 ◦ blue 224

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

Shades of Persian Blue #123FE0

Tints of Persian Blue #123FE0

RGB

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

 GREEN value IS 63 (25% from 255) = 20.66%

 BLUE value IS 224 (87.89% from 255) = 73.44%

R = 5.9%
G = 20.66%
B = 73.44%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#123FE0 (or 0x123FE0) is known color: Persian Blue. HEX triplet: 12, 3F and E0. RGB value is (18,63,224). Sum of RGB (Red+Green+Blue) = 18+63+224=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #123FE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FE0 is #EDC01F. Grayscale: #434343. Windows color (decimal): -15581216 or 14696210. OLE color: 14696210.

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

Color convert

RGB 18 63 224 -
CMYK 0.92 0.72 0 0.12
HSL 226.89º 0.85% 0.47% -
HSV(B) 226.89º 0.92% 0.88% -
XYZ 15.48 9.07 71.45 -
YUV 67.9 216.09 92.41 -
System Red Green Blue C M Y K H S L
Decimal 18 63 224 0.92 0.72 0 0.12 226.89 0.85 0.47
Hex 12 3F E0 5C 48 0 C E3 55 2F
Octal 22 77 340 134 110 0 14 343 125 57
Binary 10010 111111 11100000 1011100 1001000 0 1100 11100011 1010101 101111

Color Harmonies of #123FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FE0

Black with #123FE0

Text Example


Text Example

White with #123FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,63,224); }

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

background-color css

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

 a { background-color: rgb(18,63,224); }

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

border-color css

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

 span { border-color: rgb(18,63,224); }

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