Html Css Color HEX #1812E7 Blue

📋 copy color: '#1812E7'

red 24 ◦ green 18 ◦ blue 231

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

Shades of Blue #1812E7

Tints of Blue #1812E7

RGB

 RED value IS 24 (9.77% from 255) = 8.79%

 GREEN value IS 18 (7.42% from 255) = 6.59%

 BLUE value IS 231 (90.63% from 255) = 84.62%

R = 8.79%
G = 6.59%
B = 84.62%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1812E7 (or 0x1812E7) is known color: Blue. HEX triplet: 18, 12 and E7. RGB value is (24,18,231). Sum of RGB (Red+Green+Blue) = 24+18+231=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 231 (90.62% from 255 or 84.62% from 273); Max value from RGB is 231 - color contains mainly: blue. Hex color #1812E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1812E7 is #E7ED18. Grayscale: #2B2B2B. Windows color (decimal): -15199513 or 15143448. OLE color: 15143448.

HSL color Cylindrical-coordinate representation of color #1812E7: hue angle of 241.69º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1812E7 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 18 231 -
CMYK 0.90 0.92 0 0.09
HSL 241.69º 0.86% 0.49% -
HSV(B) 241.69º 0.92% 0.91% -
XYZ 15.02 6.4 76.04 -
YUV 44.08 233.49 113.68 -
System Red Green Blue C M Y K H S L
Decimal 24 18 231 0.90 0.92 0 0.09 241.69 0.86 0.49
Hex 18 12 E7 5A 5C 0 9 F2 56 31
Octal 30 22 347 132 134 0 11 362 126 61
Binary 11000 10010 11100111 1011010 1011100 0 1001 11110010 1010110 110001

Color Harmonies of #1812E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1812E7

Black with #1812E7

Text Example


Text Example

White with #1812E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1812E7; }

 p { color: rgb(24,18,231); }

 H1.HeaderClassName
 {
   color: #1812E7;
 }
 .AnyTagClassName
 {
   color: #1812E7;
 }
</style>

background-color css

<style>
 a { background-color: #1812E7; }

 a { background-color: rgb(24,18,231); }

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

border-color css

<style>
 span { border-color: #1812E7; }

 span { border-color: rgb(24,18,231); }

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