Html Css Color HEX #1812F6 Blue

📋 copy color: '#1812F6'

red 24 ◦ green 18 ◦ blue 246

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

Shades of Blue #1812F6

Tints of Blue #1812F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 85.42%

R = 8.33%
G = 6.25%
B = 85.42%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1812F6 (or 0x1812F6) is known color: Blue. HEX triplet: 18, 12 and F6. RGB value is (24,18,246). Sum of RGB (Red+Green+Blue) = 24+18+246=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 246 (96.48% from 255 or 85.42% from 288); Max value from RGB is 246 - color contains mainly: blue. Hex color #1812F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1812F6 is #E7ED09. Grayscale: #2C2C2C. Windows color (decimal): -15199498 or 16126488. OLE color: 16126488.

HSL color Cylindrical-coordinate representation of color #1812F6: hue angle of 241.58º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1812F6 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 18 246 -
CMYK 0.90 0.93 0 0.04
HSL 241.58º 0.93% 0.52% -
HSV(B) 241.58º 0.93% 0.96% -
XYZ 17.23 7.28 87.69 -
YUV 45.79 240.99 112.46 -
System Red Green Blue C M Y K H S L
Decimal 24 18 246 0.90 0.93 0 0.04 241.58 0.93 0.52
Hex 18 12 F6 5A 5D 0 4 F2 5D 34
Octal 30 22 366 132 135 0 4 362 135 64
Binary 11000 10010 11110110 1011010 1011101 0 100 11110010 1011101 110100

Color Harmonies of #1812F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1812F6

Black with #1812F6

Text Example


Text Example

White with #1812F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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