Html Css Color HEX #123BFF Blue

📋 copy color: '#123BFF'

red 18 ◦ green 59 ◦ blue 255

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

Shades of Blue #123BFF

Tints of Blue #123BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.77%

 BLUE value IS 255 (100% from 255) = 76.81%

R = 5.42%
G = 17.77%
B = 76.81%

CMYK

 C value IS 0.93

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#123BFF (or 0x123BFF) is known color: Blue. HEX triplet: 12, 3B and FF. RGB value is (18,59,255). Sum of RGB (Red+Green+Blue) = 18+59+255=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #123BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123BFF is #EDC400. Grayscale: #444444. Windows color (decimal): -15582209 or 16726802. OLE color: 16726802.

HSL color Cylindrical-coordinate representation of color #123BFF: hue angle of 229.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #123BFF is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 59 255 -
CMYK 0.93 0.77 0 0
HSL 229.62º 1% 0.54% -
HSV(B) 229.62º 0.93% 1% -
XYZ 19.86 10.48 95.58 -
YUV 69.09 232.92 91.56 -
System Red Green Blue C M Y K H S L
Decimal 18 59 255 0.93 0.77 0 0 229.62 1 0.54
Hex 12 3B FF 5D 4D 0 0 E6 64 36
Octal 22 73 377 135 115 0 0 346 144 66
Binary 10010 111011 11111111 1011101 1001101 0 0 11100110 1100100 110110

Color Harmonies of #123BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BFF

Black with #123BFF

Text Example


Text Example

White with #123BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,59,255); }

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

background-color css

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

 a { background-color: rgb(18,59,255); }

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

border-color css

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

 span { border-color: rgb(18,59,255); }

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