Html Css Color HEX #1012FC Blue

📋 copy color: '#1012FC'

red 16 ◦ green 18 ◦ blue 252

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

Shades of Blue #1012FC

Tints of Blue #1012FC

RGB

 RED value IS 16 (6.64% from 255) = 5.59%

 GREEN value IS 18 (7.42% from 255) = 6.29%

 BLUE value IS 252 (98.83% from 255) = 88.11%

R = 5.59%
G = 6.29%
B = 88.11%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1012FC (or 0x1012FC) is known color: Blue. HEX triplet: 10, 12 and FC. RGB value is (16,18,252). Sum of RGB (Red+Green+Blue) = 16+18+252=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 252 (98.83% from 255 or 88.11% from 286); Max value from RGB is 252 - color contains mainly: blue. Hex color #1012FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1012FC is #EFED03. Grayscale: #2B2B2B. Windows color (decimal): -15723780 or 16519696. OLE color: 16519696.

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

Color convert

RGB 16 18 252 -
CMYK 0.94 0.93 0 0.01
HSL 239.49º 0.98% 0.53% -
HSV(B) 239.49º 0.94% 0.99% -
XYZ 18 7.57 92.61 -
YUV 44.08 245.34 107.97 -
System Red Green Blue C M Y K H S L
Decimal 16 18 252 0.94 0.93 0 0.01 239.49 0.98 0.53
Hex 10 12 FC 5E 5D 0 1 EF 62 35
Octal 20 22 374 136 135 0 1 357 142 65
Binary 10000 10010 11111100 1011110 1011101 0 1 11101111 1100010 110101

Color Harmonies of #1012FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1012FC

Black with #1012FC

Text Example


Text Example

White with #1012FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1012FC; }

 p { color: rgb(16,18,252); }

 H1.HeaderClassName
 {
   color: #1012FC;
 }
 .AnyTagClassName
 {
   color: #1012FC;
 }
</style>

background-color css

<style>
 a { background-color: #1012FC; }

 a { background-color: rgb(16,18,252); }

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

border-color css

<style>
 span { border-color: #1012FC; }

 span { border-color: rgb(16,18,252); }

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