Html Css Color HEX #1234F6 Blue

📋 copy color: '#1234F6'

red 18 ◦ green 52 ◦ blue 246

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

Shades of Blue #1234F6

Tints of Blue #1234F6

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

 BLUE value IS 246 (96.48% from 255) = 77.85%

R = 5.7%
G = 16.46%
B = 77.85%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1234F6 (or 0x1234F6) is known color: Blue. HEX triplet: 12, 34 and F6. RGB value is (18,52,246). Sum of RGB (Red+Green+Blue) = 18+52+246=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 246 (96.48% from 255 or 77.85% from 316); Max value from RGB is 246 - color contains mainly: blue. Hex color #1234F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1234F6 is #EDCB09. Grayscale: #3F3F3F. Windows color (decimal): -15584010 or 16135186. OLE color: 16135186.

HSL color Cylindrical-coordinate representation of color #1234F6: hue angle of 231.05º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1234F6 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 52 246 -
CMYK 0.93 0.79 0 0.04
HSL 231.05º 0.93% 0.52% -
HSV(B) 231.05º 0.93% 0.96% -
XYZ 18.11 9.24 88.02 -
YUV 63.95 230.74 95.23 -
System Red Green Blue C M Y K H S L
Decimal 18 52 246 0.93 0.79 0 0.04 231.05 0.93 0.52
Hex 12 34 F6 5D 4F 0 4 E7 5D 34
Octal 22 64 366 135 117 0 4 347 135 64
Binary 10010 110100 11110110 1011101 1001111 0 100 11100111 1011101 110100

Color Harmonies of #1234F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1234F6

Black with #1234F6

Text Example


Text Example

White with #1234F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1234F6; }

 p { color: rgb(18,52,246); }

 H1.HeaderClassName
 {
   color: #1234F6;
 }
 .AnyTagClassName
 {
   color: #1234F6;
 }
</style>

background-color css

<style>
 a { background-color: #1234F6; }

 a { background-color: rgb(18,52,246); }

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

border-color css

<style>
 span { border-color: #1234F6; }

 span { border-color: rgb(18,52,246); }

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