Html Css Color HEX #123FE7 Persian Blue

📋 copy color: '#123FE7'

red 18 ◦ green 63 ◦ blue 231

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

Shades of Persian Blue #123FE7

Tints of Persian Blue #123FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 74.04%

R = 5.77%
G = 20.19%
B = 74.04%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#123FE7 (or 0x123FE7) is known color: Persian Blue. HEX triplet: 12, 3F and E7. RGB value is (18,63,231). Sum of RGB (Red+Green+Blue) = 18+63+231=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 231 (90.62% from 255 or 74.04% from 312); Max value from RGB is 231 - color contains mainly: blue. Hex color #123FE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123FE7 is #EDC018. Grayscale: #434343. Windows color (decimal): -15581209 or 15154962. OLE color: 15154962.

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

Color convert

RGB 18 63 231 -
CMYK 0.92 0.73 0 0.09
HSL 227.32º 0.86% 0.49% -
HSV(B) 227.32º 0.92% 0.91% -
XYZ 16.45 9.45 76.56 -
YUV 68.7 219.59 91.84 -
System Red Green Blue C M Y K H S L
Decimal 18 63 231 0.92 0.73 0 0.09 227.32 0.86 0.49
Hex 12 3F E7 5C 49 0 9 E3 56 31
Octal 22 77 347 134 111 0 11 343 126 61
Binary 10010 111111 11100111 1011100 1001001 0 1001 11100011 1010110 110001

Color Harmonies of #123FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FE7

Black with #123FE7

Text Example


Text Example

White with #123FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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