Html Css Color HEX #123CF9 Persian Blue

📋 copy color: '#123CF9'

red 18 ◦ green 60 ◦ blue 249

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

Shades of Persian Blue #123CF9

Tints of Persian Blue #123CF9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

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

R = 5.5%
G = 18.35%
B = 76.15%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#123CF9 (or 0x123CF9) is known color: Persian Blue. HEX triplet: 12, 3C and F9. RGB value is (18,60,249). Sum of RGB (Red+Green+Blue) = 18+60+249=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 249 (97.66% from 255 or 76.15% from 327); Max value from RGB is 249 - color contains mainly: blue. Hex color #123CF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123CF9 is #EDC306. Grayscale: #444444. Windows color (decimal): -15581959 or 16333842. OLE color: 16333842.

HSL color Cylindrical-coordinate representation of color #123CF9: hue angle of 229.09º 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 #123CF9 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 60 249 -
CMYK 0.93 0.76 0 0.02
HSL 229.09º 0.95% 0.52% -
HSV(B) 229.09º 0.93% 0.98% -
XYZ 18.96 10.2 90.59 -
YUV 68.99 229.59 91.63 -
System Red Green Blue C M Y K H S L
Decimal 18 60 249 0.93 0.76 0 0.02 229.09 0.95 0.52
Hex 12 3C F9 5D 4C 0 2 E5 5F 34
Octal 22 74 371 135 114 0 2 345 137 64
Binary 10010 111100 11111001 1011101 1001100 0 10 11100101 1011111 110100

Color Harmonies of #123CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123CF9

Black with #123CF9

Text Example


Text Example

White with #123CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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