Html Css Color HEX #1007EF Blue

📋 copy color: '#1007EF'

red 16 ◦ green 7 ◦ blue 239

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

Shades of Blue #1007EF

Tints of Blue #1007EF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.67%

 BLUE value IS 239 (93.75% from 255) = 91.22%

R = 6.11%
G = 2.67%
B = 91.22%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1007EF (or 0x1007EF) is known color: Blue. HEX triplet: 10, 07 and EF. RGB value is (16,7,239). Sum of RGB (Red+Green+Blue) = 16+7+239=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 239 (93.75% from 255 or 91.22% from 262); Max value from RGB is 239 - color contains mainly: blue. Hex color #1007EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1007EF is #EFF810. Grayscale: #232323. Windows color (decimal): -15726609 or 15664912. OLE color: 15664912.

HSL color Cylindrical-coordinate representation of color #1007EF: hue angle of 242.33º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1007EF is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 7 239 -
CMYK 0.93 0.97 0 0.06
HSL 242.33º 0.94% 0.48% -
HSV(B) 242.33º 0.97% 0.94% -
XYZ 15.87 6.49 82.08 -
YUV 36.14 242.48 113.64 -
System Red Green Blue C M Y K H S L
Decimal 16 7 239 0.93 0.97 0 0.06 242.33 0.94 0.48
Hex 10 7 EF 5D 61 0 6 F2 5E 30
Octal 20 7 357 135 141 0 6 362 136 60
Binary 10000 111 11101111 1011101 1100001 0 110 11110010 1011110 110000

Color Harmonies of #1007EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1007EF

Black with #1007EF

Text Example


Text Example

White with #1007EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1007EF; }

 p { color: rgb(16,7,239); }

 H1.HeaderClassName
 {
   color: #1007EF;
 }
 .AnyTagClassName
 {
   color: #1007EF;
 }
</style>

background-color css

<style>
 a { background-color: #1007EF; }

 a { background-color: rgb(16,7,239); }

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

border-color css

<style>
 span { border-color: #1007EF; }

 span { border-color: rgb(16,7,239); }

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