Html Css Color HEX #1E5FFA Royal Blue

📋 copy color: '#1E5FFA'

red 30 ◦ green 95 ◦ blue 250

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

Shades of Royal Blue #1E5FFA

Tints of Royal Blue #1E5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.33%

 BLUE value IS 250 (98.05% from 255) = 66.67%

R = 8%
G = 25.33%
B = 66.67%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E5FFA (or 0x1E5FFA) is known color: Royal Blue. HEX triplet: 1E, 5F and FA. RGB value is (30,95,250). Sum of RGB (Red+Green+Blue) = 30+95+250=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E5FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E5FFA is #E1A005. Grayscale: #5C5C5C. Windows color (decimal): -14786566 or 16408350. OLE color: 16408350.

HSL color Cylindrical-coordinate representation of color #1E5FFA: hue angle of 222.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E5FFA is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 95 250 -
CMYK 0.88 0.62 0 0.02
HSL 222.27º 0.96% 0.55% -
HSV(B) 222.27º 0.88% 0.98% -
XYZ 21.88 15.36 92.25 -
YUV 93.24 216.47 82.9 -
System Red Green Blue C M Y K H S L
Decimal 30 95 250 0.88 0.62 0 0.02 222.27 0.96 0.55
Hex 1E 5F FA 58 3E 0 2 DE 60 37
Octal 36 137 372 130 76 0 2 336 140 67
Binary 11110 1011111 11111010 1011000 111110 0 10 11011110 1100000 110111

Color Harmonies of #1E5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5FFA

Black with #1E5FFA

Text Example


Text Example

White with #1E5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,95,250); }

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

background-color css

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

 a { background-color: rgb(30,95,250); }

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

border-color css

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

 span { border-color: rgb(30,95,250); }

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