Html Css Color HEX #1E6BEF Royal Blue

📋 copy color: '#1E6BEF'

red 30 ◦ green 107 ◦ blue 239

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

Shades of Royal Blue #1E6BEF

Tints of Royal Blue #1E6BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.46%

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

R = 7.98%
G = 28.46%
B = 63.56%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1E6BEF (or 0x1E6BEF) is known color: Royal Blue. HEX triplet: 1E, 6B and EF. RGB value is (30,107,239). Sum of RGB (Red+Green+Blue) = 30+107+239=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E6BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6BEF is #E19410. Grayscale: #626262. Windows color (decimal): -14783505 or 15690526. OLE color: 15690526.

HSL color Cylindrical-coordinate representation of color #1E6BEF: hue angle of 217.89º 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 #1E6BEF is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 30 107 239 -
CMYK 0.87 0.55 0 0.06
HSL 217.89º 0.87% 0.53% -
HSV(B) 217.89º 0.87% 0.94% -
XYZ 21.37 17.02 83.82 -
YUV 99.03 206.99 78.77 -
System Red Green Blue C M Y K H S L
Decimal 30 107 239 0.87 0.55 0 0.06 217.89 0.87 0.53
Hex 1E 6B EF 57 37 0 6 DA 57 35
Octal 36 153 357 127 67 0 6 332 127 65
Binary 11110 1101011 11101111 1010111 110111 0 110 11011010 1010111 110101

Color Harmonies of #1E6BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6BEF

Black with #1E6BEF

Text Example


Text Example

White with #1E6BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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