Html Css Color HEX #1E58FD Royal Blue

📋 copy color: '#1E58FD'

red 30 ◦ green 88 ◦ blue 253

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

Shades of Royal Blue #1E58FD

Tints of Royal Blue #1E58FD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

 BLUE value IS 253 (99.22% from 255) = 68.19%

R = 8.09%
G = 23.72%
B = 68.19%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1E58FD (or 0x1E58FD) is known color: Royal Blue. HEX triplet: 1E, 58 and FD. RGB value is (30,88,253). Sum of RGB (Red+Green+Blue) = 30+88+253=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E58FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E58FD is #E1A702. Grayscale: #585858. Windows color (decimal): -14788355 or 16603166. OLE color: 16603166.

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

Color convert

RGB 30 88 253 -
CMYK 0.88 0.65 0 0.01
HSL 224.39º 0.98% 0.55% -
HSV(B) 224.39º 0.88% 0.99% -
XYZ 21.75 14.35 94.55 -
YUV 89.47 220.28 85.58 -
System Red Green Blue C M Y K H S L
Decimal 30 88 253 0.88 0.65 0 0.01 224.39 0.98 0.55
Hex 1E 58 FD 58 41 0 1 E0 62 37
Octal 36 130 375 130 101 0 1 340 142 67
Binary 11110 1011000 11111101 1011000 1000001 0 1 11100000 1100010 110111

Color Harmonies of #1E58FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E58FD

Black with #1E58FD

Text Example


Text Example

White with #1E58FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,88,253); }

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

background-color css

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

 a { background-color: rgb(30,88,253); }

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

border-color css

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

 span { border-color: rgb(30,88,253); }

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