Html Css Color HEX #012EEE Blue

📋 copy color: '#012EEE'

red 1 ◦ green 46 ◦ blue 238

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

Shades of Blue #012EEE

Tints of Blue #012EEE

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

 GREEN value IS 46 (18.36% from 255) = 16.14%

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

R = 0.35%
G = 16.14%
B = 83.51%

CMYK

 C value IS 1.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#012EEE (or 0x012EEE) is known color: Blue. HEX triplet: 01, 2E and EE. RGB value is (1,46,238). Sum of RGB (Red+Green+Blue) = 1+46+238=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 238 (93.36% from 255 or 83.51% from 285); Max value from RGB is 238 - color contains mainly: blue. Hex color #012EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012EEE is #FED111. Grayscale: #353535. Windows color (decimal): -16699666 or 15609345. OLE color: 15609345.

HSL color Cylindrical-coordinate representation of color #012EEE: hue angle of 228.61º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012EEE is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 46 238 -
CMYK 1.00 0.81 0 0.07
HSL 228.61º 0.99% 0.47% -
HSV(B) 228.61º 1% 0.93% -
XYZ 16.42 8.13 81.59 -
YUV 54.43 231.59 89.89 -
System Red Green Blue C M Y K H S L
Decimal 1 46 238 1.00 0.81 0 0.07 228.61 0.99 0.47
Hex 1 2E EE 64 51 0 7 E5 63 2F
Octal 1 56 356 144 121 0 7 345 143 57
Binary 1 101110 11101110 1100100 1010001 0 111 11100101 1100011 101111

Color Harmonies of #012EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012EEE

Black with #012EEE

Text Example


Text Example

White with #012EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012EEE; }

 p { color: rgb(1,46,238); }

 H1.HeaderClassName
 {
   color: #012EEE;
 }
 .AnyTagClassName
 {
   color: #012EEE;
 }
</style>

background-color css

<style>
 a { background-color: #012EEE; }

 a { background-color: rgb(1,46,238); }

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

border-color css

<style>
 span { border-color: #012EEE; }

 span { border-color: rgb(1,46,238); }

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