Html Css Color HEX #1004FC Blue

📋 copy color: '#1004FC'

red 16 ◦ green 4 ◦ blue 252

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

Shades of Blue #1004FC

Tints of Blue #1004FC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 5.88%
G = 1.47%
B = 92.65%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1004FC (or 0x1004FC) is known color: Blue. HEX triplet: 10, 04 and FC. RGB value is (16,4,252). Sum of RGB (Red+Green+Blue) = 16+4+252=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 252 (98.83% from 255 or 92.65% from 272); Max value from RGB is 252 - color contains mainly: blue. Hex color #1004FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1004FC is #EFFB03. Grayscale: #222222. Windows color (decimal): -15727364 or 16516112. OLE color: 16516112.

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

Color convert

RGB 16 4 252 -
CMYK 0.94 0.98 0 0.01
HSL 242.9º 0.98% 0.5% -
HSV(B) 242.9º 0.98% 0.99% -
XYZ 17.83 7.23 92.55 -
YUV 35.86 249.98 113.83 -
System Red Green Blue C M Y K H S L
Decimal 16 4 252 0.94 0.98 0 0.01 242.9 0.98 0.5
Hex 10 4 FC 5E 62 0 1 F3 62 32
Octal 20 4 374 136 142 0 1 363 142 62
Binary 10000 100 11111100 1011110 1100010 0 1 11110011 1100010 110010

Color Harmonies of #1004FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1004FC

Black with #1004FC

Text Example


Text Example

White with #1004FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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