Html Css Color HEX #1005EE Blue

📋 copy color: '#1005EE'

red 16 ◦ green 5 ◦ blue 238

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

Shades of Blue #1005EE

Tints of Blue #1005EE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 238 (93.36% from 255) = 91.89%

R = 6.18%
G = 1.93%
B = 91.89%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1005EE (or 0x1005EE) is known color: Blue. HEX triplet: 10, 05 and EE. RGB value is (16,5,238). Sum of RGB (Red+Green+Blue) = 16+5+238=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 238 (93.36% from 255 or 91.89% from 259); Max value from RGB is 238 - color contains mainly: blue. Hex color #1005EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1005EE is #EFFA11. Grayscale: #212121. Windows color (decimal): -15727122 or 15598864. OLE color: 15598864.

HSL color Cylindrical-coordinate representation of color #1005EE: hue angle of 242.83º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1005EE is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 5 238 -
CMYK 0.93 0.98 0 0.07
HSL 242.83º 0.96% 0.48% -
HSV(B) 242.83º 0.98% 0.93% -
XYZ 15.7 6.39 81.3 -
YUV 34.85 242.64 114.55 -
System Red Green Blue C M Y K H S L
Decimal 16 5 238 0.93 0.98 0 0.07 242.83 0.96 0.48
Hex 10 5 EE 5D 62 0 7 F3 60 30
Octal 20 5 356 135 142 0 7 363 140 60
Binary 10000 101 11101110 1011101 1100010 0 111 11110011 1100000 110000

Color Harmonies of #1005EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1005EE

Black with #1005EE

Text Example


Text Example

White with #1005EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1005EE; }

 p { color: rgb(16,5,238); }

 H1.HeaderClassName
 {
   color: #1005EE;
 }
 .AnyTagClassName
 {
   color: #1005EE;
 }
</style>

background-color css

<style>
 a { background-color: #1005EE; }

 a { background-color: rgb(16,5,238); }

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

border-color css

<style>
 span { border-color: #1005EE; }

 span { border-color: rgb(16,5,238); }

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