Html Css Color HEX #1E6DEF Royal Blue

📋 copy color: '#1E6DEF'

red 30 ◦ green 109 ◦ blue 239

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

Shades of Royal Blue #1E6DEF

Tints of Royal Blue #1E6DEF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.84%

 BLUE value IS 239 (93.75% from 255) = 63.23%

R = 7.94%
G = 28.84%
B = 63.23%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1E6DEF (or 0x1E6DEF) is known color: Royal Blue. HEX triplet: 1E, 6D and EF. RGB value is (30,109,239). Sum of RGB (Red+Green+Blue) = 30+109+239=378 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.94% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E6DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6DEF is #E19210. Grayscale: #636363. Windows color (decimal): -14782993 or 15691038. OLE color: 15691038.

HSL color Cylindrical-coordinate representation of color #1E6DEF: hue angle of 217.32º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E6DEF is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 30 109 239 -
CMYK 0.87 0.54 0 0.06
HSL 217.32º 0.87% 0.53% -
HSV(B) 217.32º 0.87% 0.94% -
XYZ 21.58 17.45 83.89 -
YUV 100.2 206.33 77.93 -
System Red Green Blue C M Y K H S L
Decimal 30 109 239 0.87 0.54 0 0.06 217.32 0.87 0.53
Hex 1E 6D EF 57 36 0 6 D9 57 35
Octal 36 155 357 127 66 0 6 331 127 65
Binary 11110 1101101 11101111 1010111 110110 0 110 11011001 1010111 110101

Color Harmonies of #1E6DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6DEF

Black with #1E6DEF

Text Example


Text Example

White with #1E6DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,109,239); }

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

background-color css

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

 a { background-color: rgb(30,109,239); }

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

border-color css

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

 span { border-color: rgb(30,109,239); }

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