Html Css Color HEX #1003EF Blue

📋 copy color: '#1003EF'

red 16 ◦ green 3 ◦ blue 239

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

Shades of Blue #1003EF

Tints of Blue #1003EF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 6.2%
G = 1.16%
B = 92.64%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1003EF (or 0x1003EF) is known color: Blue. HEX triplet: 10, 03 and EF. RGB value is (16,3,239). Sum of RGB (Red+Green+Blue) = 16+3+239=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 239 (93.75% from 255 or 92.64% from 258); Max value from RGB is 239 - color contains mainly: blue. Hex color #1003EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1003EF is #EFFC10. Grayscale: #202020. Windows color (decimal): -15727633 or 15663888. OLE color: 15663888.

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

Color convert

RGB 16 3 239 -
CMYK 0.93 0.99 0 0.06
HSL 243.31º 0.98% 0.47% -
HSV(B) 243.31º 0.99% 0.94% -
XYZ 15.83 6.41 82.06 -
YUV 33.79 243.81 115.31 -
System Red Green Blue C M Y K H S L
Decimal 16 3 239 0.93 0.99 0 0.06 243.31 0.98 0.47
Hex 10 3 EF 5D 63 0 6 F3 62 2F
Octal 20 3 357 135 143 0 6 363 142 57
Binary 10000 11 11101111 1011101 1100011 0 110 11110011 1100010 101111

Color Harmonies of #1003EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1003EF

Black with #1003EF

Text Example


Text Example

White with #1003EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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