Html Css Color HEX #1206FD Blue

📋 copy color: '#1206FD'

red 18 ◦ green 6 ◦ blue 253

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

Shades of Blue #1206FD

Tints of Blue #1206FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 91.34%

R = 6.5%
G = 2.17%
B = 91.34%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1206FD (or 0x1206FD) is known color: Blue. HEX triplet: 12, 06 and FD. RGB value is (18,6,253). Sum of RGB (Red+Green+Blue) = 18+6+253=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 253 (99.22% from 255 or 91.34% from 277); Max value from RGB is 253 - color contains mainly: blue. Hex color #1206FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1206FD is #EDF902. Grayscale: #242424. Windows color (decimal): -15595779 or 16582162. OLE color: 16582162.

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

Color convert

RGB 18 6 253 -
CMYK 0.93 0.98 0 0.01
HSL 242.92º 0.98% 0.51% -
HSV(B) 242.92º 0.98% 0.99% -
XYZ 18.04 7.35 93.4 -
YUV 37.75 249.48 113.92 -
System Red Green Blue C M Y K H S L
Decimal 18 6 253 0.93 0.98 0 0.01 242.92 0.98 0.51
Hex 12 6 FD 5D 62 0 1 F3 62 33
Octal 22 6 375 135 142 0 1 363 142 63
Binary 10010 110 11111101 1011101 1100010 0 1 11110011 1100010 110011

Color Harmonies of #1206FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1206FD

Black with #1206FD

Text Example


Text Example

White with #1206FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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