Html Css Color HEX #1201F8 Blue

📋 copy color: '#1201F8'

red 18 ◦ green 1 ◦ blue 248

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

Shades of Blue #1201F8

Tints of Blue #1201F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 92.88%

R = 6.74%
G = 0.37%
B = 92.88%

CMYK

 C value IS 0.93

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1201F8 (or 0x1201F8) is known color: Blue. HEX triplet: 12, 01 and F8. RGB value is (18,1,248). Sum of RGB (Red+Green+Blue) = 18+1+248=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 248 (97.27% from 255 or 92.88% from 267); Max value from RGB is 248 - color contains mainly: blue. Hex color #1201F8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1201F8 is #EDFE07. Grayscale: #212121. Windows color (decimal): -15597064 or 16253202. OLE color: 16253202.

HSL color Cylindrical-coordinate representation of color #1201F8: hue angle of 244.13º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1201F8 is Cyan = 0.93, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 1 248 -
CMYK 0.93 1.00 0 0.03
HSL 244.13º 0.99% 0.49% -
HSV(B) 244.13º 1% 0.97% -
XYZ 17.2 6.93 89.24 -
YUV 34.24 248.63 116.42 -
System Red Green Blue C M Y K H S L
Decimal 18 1 248 0.93 1.00 0 0.03 244.13 0.99 0.49
Hex 12 1 F8 5D 64 0 3 F4 63 31
Octal 22 1 370 135 144 0 3 364 143 61
Binary 10010 1 11111000 1011101 1100100 0 11 11110100 1100011 110001

Color Harmonies of #1201F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1201F8

Black with #1201F8

Text Example


Text Example

White with #1201F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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