Html Css Color HEX #123DF9 Persian Blue

📋 copy color: '#123DF9'

red 18 ◦ green 61 ◦ blue 249

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

Shades of Persian Blue #123DF9

Tints of Persian Blue #123DF9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.6%

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

R = 5.49%
G = 18.6%
B = 75.91%

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

#123DF9 (or 0x123DF9) is known color: Persian Blue. HEX triplet: 12, 3D and F9. RGB value is (18,61,249). Sum of RGB (Red+Green+Blue) = 18+61+249=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 249 (97.66% from 255 or 75.91% from 328); Max value from RGB is 249 - color contains mainly: blue. Hex color #123DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123DF9 is #EDC206. Grayscale: #444444. Windows color (decimal): -15581703 or 16334098. OLE color: 16334098.

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

Color convert

RGB 18 61 249 -
CMYK 0.93 0.76 0 0.02
HSL 228.83º 0.95% 0.52% -
HSV(B) 228.83º 0.93% 0.98% -
XYZ 19.02 10.31 90.61 -
YUV 69.58 229.25 91.21 -
System Red Green Blue C M Y K H S L
Decimal 18 61 249 0.93 0.76 0 0.02 228.83 0.95 0.52
Hex 12 3D F9 5D 4C 0 2 E5 5F 34
Octal 22 75 371 135 114 0 2 345 137 64
Binary 10010 111101 11111001 1011101 1001100 0 10 11100101 1011111 110100

Color Harmonies of #123DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123DF9

Black with #123DF9

Text Example


Text Example

White with #123DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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