Html Css Color HEX #1201EF Blue

📋 copy color: '#1201EF'

red 18 ◦ green 1 ◦ blue 239

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

Shades of Blue #1201EF

Tints of Blue #1201EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 239 (93.75% from 255) = 92.64%

R = 6.98%
G = 0.39%
B = 92.64%

CMYK

 C value IS 0.92

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1201EF (or 0x1201EF) is known color: Blue. HEX triplet: 12, 01 and EF. RGB value is (18,1,239). Sum of RGB (Red+Green+Blue) = 18+1+239=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 239 (93.75% from 255 or 92.64% from 258); Max value from RGB is 239 - color contains mainly: blue. Hex color #1201EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1201EF is #EDFE10. Grayscale: #202020. Windows color (decimal): -15597073 or 15663378. OLE color: 15663378.

HSL color Cylindrical-coordinate representation of color #1201EF: hue angle of 244.29º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1201EF is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 1 239 -
CMYK 0.92 1.00 0 0.06
HSL 244.29º 0.99% 0.47% -
HSV(B) 244.29º 1% 0.94% -
XYZ 15.84 6.38 82.06 -
YUV 33.22 244.13 117.15 -
System Red Green Blue C M Y K H S L
Decimal 18 1 239 0.92 1.00 0 0.06 244.29 0.99 0.47
Hex 12 1 EF 5C 64 0 6 F4 63 2F
Octal 22 1 357 134 144 0 6 364 143 57
Binary 10010 1 11101111 1011100 1100100 0 110 11110100 1100011 101111

Color Harmonies of #1201EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1201EF

Black with #1201EF

Text Example


Text Example

White with #1201EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1201EF; }

 p { color: rgb(18,1,239); }

 H1.HeaderClassName
 {
   color: #1201EF;
 }
 .AnyTagClassName
 {
   color: #1201EF;
 }
</style>

background-color css

<style>
 a { background-color: #1201EF; }

 a { background-color: rgb(18,1,239); }

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

border-color css

<style>
 span { border-color: #1201EF; }

 span { border-color: rgb(18,1,239); }

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