Html Css Color HEX #123FF9 Persian Blue

📋 copy color: '#123FF9'

red 18 ◦ green 63 ◦ blue 249

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

Shades of Persian Blue #123FF9

Tints of Persian Blue #123FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 75.45%

R = 5.45%
G = 19.09%
B = 75.45%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#123FF9 (or 0x123FF9) is known color: Persian Blue. HEX triplet: 12, 3F and F9. RGB value is (18,63,249). Sum of RGB (Red+Green+Blue) = 18+63+249=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 249 (97.66% from 255 or 75.45% from 330); Max value from RGB is 249 - color contains mainly: blue. Hex color #123FF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123FF9 is #EDC006. Grayscale: #454545. Windows color (decimal): -15581191 or 16334610. OLE color: 16334610.

HSL color Cylindrical-coordinate representation of color #123FF9: hue angle of 228.31º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #123FF9 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 63 249 -
CMYK 0.93 0.75 0 0.02
HSL 228.31º 0.95% 0.52% -
HSV(B) 228.31º 0.93% 0.98% -
XYZ 19.13 10.52 90.65 -
YUV 70.75 228.59 90.38 -
System Red Green Blue C M Y K H S L
Decimal 18 63 249 0.93 0.75 0 0.02 228.31 0.95 0.52
Hex 12 3F F9 5D 4B 0 2 E4 5F 34
Octal 22 77 371 135 113 0 2 344 137 64
Binary 10010 111111 11111001 1011101 1001011 0 10 11100100 1011111 110100

Color Harmonies of #123FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FF9

Black with #123FF9

Text Example


Text Example

White with #123FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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