Html Css Color HEX #1E68EA Royal Blue

📋 copy color: '#1E68EA'

red 30 ◦ green 104 ◦ blue 234

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

Shades of Royal Blue #1E68EA

Tints of Royal Blue #1E68EA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.26%

 BLUE value IS 234 (91.8% from 255) = 63.59%

R = 8.15%
G = 28.26%
B = 63.59%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1E68EA (or 0x1E68EA) is known color: Royal Blue. HEX triplet: 1E, 68 and EA. RGB value is (30,104,234). Sum of RGB (Red+Green+Blue) = 30+104+234=368 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.15% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #1E68EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E68EA is #E19715. Grayscale: #606060. Windows color (decimal): -14784278 or 15362078. OLE color: 15362078.

HSL color Cylindrical-coordinate representation of color #1E68EA: hue angle of 218.24º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E68EA is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 104 234 -
CMYK 0.87 0.56 0 0.08
HSL 218.24º 0.83% 0.52% -
HSV(B) 218.24º 0.87% 0.92% -
XYZ 20.34 16.12 79.88 -
YUV 96.69 205.48 80.43 -
System Red Green Blue C M Y K H S L
Decimal 30 104 234 0.87 0.56 0 0.08 218.24 0.83 0.52
Hex 1E 68 EA 57 38 0 8 DA 53 34
Octal 36 150 352 127 70 0 10 332 123 64
Binary 11110 1101000 11101010 1010111 111000 0 1000 11011010 1010011 110100

Color Harmonies of #1E68EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E68EA

Black with #1E68EA

Text Example


Text Example

White with #1E68EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,104,234); }

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

background-color css

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

 a { background-color: rgb(30,104,234); }

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

border-color css

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

 span { border-color: rgb(30,104,234); }

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