Html Css Color HEX #123AF9 Blue

📋 copy color: '#123AF9'

red 18 ◦ green 58 ◦ blue 249

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

Shades of Blue #123AF9

Tints of Blue #123AF9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.85%

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

R = 5.54%
G = 17.85%
B = 76.62%

CMYK

 C value IS 0.93

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#123AF9 (or 0x123AF9) is known color: Blue. HEX triplet: 12, 3A and F9. RGB value is (18,58,249). Sum of RGB (Red+Green+Blue) = 18+58+249=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 249 (97.66% from 255 or 76.62% from 325); Max value from RGB is 249 - color contains mainly: blue. Hex color #123AF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123AF9 is #EDC506. Grayscale: #434343. Windows color (decimal): -15582471 or 16333330. OLE color: 16333330.

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

Color convert

RGB 18 58 249 -
CMYK 0.93 0.77 0 0.02
HSL 229.61º 0.95% 0.52% -
HSV(B) 229.61º 0.93% 0.98% -
XYZ 18.86 9.99 90.56 -
YUV 67.81 230.25 92.47 -
System Red Green Blue C M Y K H S L
Decimal 18 58 249 0.93 0.77 0 0.02 229.61 0.95 0.52
Hex 12 3A F9 5D 4D 0 2 E6 5F 34
Octal 22 72 371 135 115 0 2 346 137 64
Binary 10010 111010 11111001 1011101 1001101 0 10 11100110 1011111 110100

Color Harmonies of #123AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123AF9

Black with #123AF9

Text Example


Text Example

White with #123AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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