Html Css Color HEX #1206FA Blue

📋 copy color: '#1206FA'

red 18 ◦ green 6 ◦ blue 250

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

Shades of Blue #1206FA

Tints of Blue #1206FA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.19%

 BLUE value IS 250 (98.05% from 255) = 91.24%

R = 6.57%
G = 2.19%
B = 91.24%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1206FA (or 0x1206FA) is known color: Blue. HEX triplet: 12, 06 and FA. RGB value is (18,6,250). Sum of RGB (Red+Green+Blue) = 18+6+250=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 250 (98.05% from 255 or 91.24% from 274); Max value from RGB is 250 - color contains mainly: blue. Hex color #1206FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1206FA is #EDF905. Grayscale: #242424. Windows color (decimal): -15595782 or 16385554. OLE color: 16385554.

HSL color Cylindrical-coordinate representation of color #1206FA: hue angle of 242.95º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1206FA is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 6 250 -
CMYK 0.93 0.98 0 0.02
HSL 242.95º 0.96% 0.5% -
HSV(B) 242.95º 0.98% 0.98% -
XYZ 17.57 7.16 90.9 -
YUV 37.4 247.98 114.16 -
System Red Green Blue C M Y K H S L
Decimal 18 6 250 0.93 0.98 0 0.02 242.95 0.96 0.5
Hex 12 6 FA 5D 62 0 2 F3 60 32
Octal 22 6 372 135 142 0 2 363 140 62
Binary 10010 110 11111010 1011101 1100010 0 10 11110011 1100000 110010

Color Harmonies of #1206FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1206FA

Black with #1206FA

Text Example


Text Example

White with #1206FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1206FA; }

 p { color: rgb(18,6,250); }

 H1.HeaderClassName
 {
   color: #1206FA;
 }
 .AnyTagClassName
 {
   color: #1206FA;
 }
</style>

background-color css

<style>
 a { background-color: #1206FA; }

 a { background-color: rgb(18,6,250); }

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

border-color css

<style>
 span { border-color: #1206FA; }

 span { border-color: rgb(18,6,250); }

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