Html Css Color HEX #1828F6 Blue

📋 copy color: '#1828F6'

red 24 ◦ green 40 ◦ blue 246

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

Shades of Blue #1828F6

Tints of Blue #1828F6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

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

R = 7.74%
G = 12.9%
B = 79.35%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1828F6 (or 0x1828F6) is known color: Blue. HEX triplet: 18, 28 and F6. RGB value is (24,40,246). Sum of RGB (Red+Green+Blue) = 24+40+246=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 246 (96.48% from 255 or 79.35% from 310); Max value from RGB is 246 - color contains mainly: blue. Hex color #1828F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1828F6 is #E7D709. Grayscale: #393939. Windows color (decimal): -15193866 or 16132120. OLE color: 16132120.

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

Color convert

RGB 24 40 246 -
CMYK 0.90 0.84 0 0.04
HSL 235.68º 0.93% 0.53% -
HSV(B) 235.68º 0.9% 0.96% -
XYZ 17.77 8.37 87.87 -
YUV 58.7 233.7 103.25 -
System Red Green Blue C M Y K H S L
Decimal 24 40 246 0.90 0.84 0 0.04 235.68 0.93 0.53
Hex 18 28 F6 5A 54 0 4 EC 5C 35
Octal 30 50 366 132 124 0 4 354 134 65
Binary 11000 101000 11110110 1011010 1010100 0 100 11101100 1011100 110101

Color Harmonies of #1828F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1828F6

Black with #1828F6

Text Example


Text Example

White with #1828F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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