Html Css Color HEX #0010FC Blue

📋 copy color: '#0010FC'

red 0 ◦ green 16 ◦ blue 252

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

Shades of Blue #0010FC

Tints of Blue #0010FC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 16 (6.64% from 255) = 5.97%

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

R = 0%
G = 5.97%
B = 94.03%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0010FC (or 0x0010FC) is known color: Blue. HEX triplet: 00, 10 and FC. RGB value is (0,16,252). Sum of RGB (Red+Green+Blue) = 0+16+252=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 252 (98.83% from 255 or 94.03% from 268); Max value from RGB is 252 - color contains mainly: blue. Hex color #0010FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0010FC is #FFEF03. Grayscale: #252525. Windows color (decimal): -16772868 or 16519168. OLE color: 16519168.

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

Color convert

RGB 0 16 252 -
CMYK 1 0.94 0 0.01
HSL 236.19º 1% 0.49% -
HSV(B) 236.19º 1% 0.99% -
XYZ 17.76 7.4 92.59 -
YUV 38.12 248.7 100.81 -
System Red Green Blue C M Y K H S L
Decimal 0 16 252 1 0.94 0 0.01 236.19 1 0.49
Hex 0 10 FC 64 5E 0 1 EC 64 31
Octal 0 20 374 144 136 0 1 354 144 61
Binary 0 10000 11111100 1100100 1011110 0 1 11101100 1100100 110001

Color Harmonies of #0010FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0010FC

Black with #0010FC

Text Example


Text Example

White with #0010FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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