Html Css Color HEX #1E6AF3 Royal Blue

📋 copy color: '#1E6AF3'

red 30 ◦ green 106 ◦ blue 243

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

Shades of Royal Blue #1E6AF3

Tints of Royal Blue #1E6AF3

RGB

 RED value IS 30 (12.11% from 255) = 7.92%

 GREEN value IS 106 (41.8% from 255) = 27.97%

 BLUE value IS 243 (95.31% from 255) = 64.12%

R = 7.92%
G = 27.97%
B = 64.12%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1E6AF3 (or 0x1E6AF3) is known color: Royal Blue. HEX triplet: 1E, 6A and F3. RGB value is (30,106,243). Sum of RGB (Red+Green+Blue) = 30+106+243=379 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.92% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 243 (95.31% from 255 or 64.12% from 379); Max value from RGB is 243 - color contains mainly: blue. Hex color #1E6AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6AF3 is #E1950C. Grayscale: #626262. Windows color (decimal): -14783757 or 15952414. OLE color: 15952414.

HSL color Cylindrical-coordinate representation of color #1E6AF3: hue angle of 218.59º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E6AF3 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 106 243 -
CMYK 0.88 0.56 0 0.05
HSL 218.59º 0.9% 0.54% -
HSV(B) 218.59º 0.88% 0.95% -
XYZ 21.87 17.06 86.93 -
YUV 98.89 209.32 78.86 -
System Red Green Blue C M Y K H S L
Decimal 30 106 243 0.88 0.56 0 0.05 218.59 0.9 0.54
Hex 1E 6A F3 58 38 0 5 DB 5A 36
Octal 36 152 363 130 70 0 5 333 132 66
Binary 11110 1101010 11110011 1011000 111000 0 101 11011011 1011010 110110

Color Harmonies of #1E6AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6AF3

Black with #1E6AF3

Text Example


Text Example

White with #1E6AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E6AF3; }

 p { color: rgb(30,106,243); }

 H1.HeaderClassName
 {
   color: #1E6AF3;
 }
 .AnyTagClassName
 {
   color: #1E6AF3;
 }
</style>

background-color css

<style>
 a { background-color: #1E6AF3; }

 a { background-color: rgb(30,106,243); }

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

border-color css

<style>
 span { border-color: #1E6AF3; }

 span { border-color: rgb(30,106,243); }

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