Html Css Color HEX #1004F7 Blue

📋 copy color: '#1004F7'

red 16 ◦ green 4 ◦ blue 247

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

Shades of Blue #1004F7

Tints of Blue #1004F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 92.51%

R = 5.99%
G = 1.5%
B = 92.51%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1004F7 (or 0x1004F7) is known color: Blue. HEX triplet: 10, 04 and F7. RGB value is (16,4,247). Sum of RGB (Red+Green+Blue) = 16+4+247=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 247 (96.88% from 255 or 92.51% from 267); Max value from RGB is 247 - color contains mainly: blue. Hex color #1004F7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1004F7 is #EFFB08. Grayscale: #222222. Windows color (decimal): -15727369 or 16188432. OLE color: 16188432.

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

Color convert

RGB 16 4 247 -
CMYK 0.94 0.98 0 0.03
HSL 242.96º 0.97% 0.49% -
HSV(B) 242.96º 0.98% 0.97% -
XYZ 17.05 6.91 88.43 -
YUV 35.29 247.48 114.24 -
System Red Green Blue C M Y K H S L
Decimal 16 4 247 0.94 0.98 0 0.03 242.96 0.97 0.49
Hex 10 4 F7 5E 62 0 3 F3 61 31
Octal 20 4 367 136 142 0 3 363 141 61
Binary 10000 100 11110111 1011110 1100010 0 11 11110011 1100001 110001

Color Harmonies of #1004F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1004F7

Black with #1004F7

Text Example


Text Example

White with #1004F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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