Html Css Color HEX #1206ED Blue

📋 copy color: '#1206ED'

red 18 ◦ green 6 ◦ blue 237

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

Shades of Blue #1206ED

Tints of Blue #1206ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 90.8%

R = 6.9%
G = 2.3%
B = 90.8%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1206ED (or 0x1206ED) is known color: Blue. HEX triplet: 12, 06 and ED. RGB value is (18,6,237). Sum of RGB (Red+Green+Blue) = 18+6+237=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 237 (92.97% from 255 or 90.80% from 261); Max value from RGB is 237 - color contains mainly: blue. Hex color #1206ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1206ED is #EDF912. Grayscale: #232323. Windows color (decimal): -15595795 or 15533586. OLE color: 15533586.

HSL color Cylindrical-coordinate representation of color #1206ED: hue angle of 243.12º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1206ED is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 6 237 -
CMYK 0.92 0.97 0 0.07
HSL 243.12º 0.95% 0.48% -
HSV(B) 243.12º 0.97% 0.93% -
XYZ 15.6 6.37 80.53 -
YUV 35.92 241.48 115.22 -
System Red Green Blue C M Y K H S L
Decimal 18 6 237 0.92 0.97 0 0.07 243.12 0.95 0.48
Hex 12 6 ED 5C 61 0 7 F3 5F 30
Octal 22 6 355 134 141 0 7 363 137 60
Binary 10010 110 11101101 1011100 1100001 0 111 11110011 1011111 110000

Color Harmonies of #1206ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1206ED

Black with #1206ED

Text Example


Text Example

White with #1206ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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