Html Css Color HEX #1E4FFB Royal Blue

📋 copy color: '#1E4FFB'

red 30 ◦ green 79 ◦ blue 251

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

Shades of Royal Blue #1E4FFB

Tints of Royal Blue #1E4FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.94%

 BLUE value IS 251 (98.44% from 255) = 69.72%

R = 8.33%
G = 21.94%
B = 69.72%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E4FFB (or 0x1E4FFB) is known color: Royal Blue. HEX triplet: 1E, 4F and FB. RGB value is (30,79,251). Sum of RGB (Red+Green+Blue) = 30+79+251=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E4FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E4FFB is #E1B004. Grayscale: #535353. Windows color (decimal): -14790661 or 16469790. OLE color: 16469790.

HSL color Cylindrical-coordinate representation of color #1E4FFB: hue angle of 226.7º degrees, saturation: 0.97, 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 #1E4FFB is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 79 251 -
CMYK 0.88 0.69 0 0.02
HSL 226.7º 0.97% 0.55% -
HSV(B) 226.7º 0.88% 0.98% -
XYZ 20.74 12.83 92.65 -
YUV 83.96 222.27 89.51 -
System Red Green Blue C M Y K H S L
Decimal 30 79 251 0.88 0.69 0 0.02 226.7 0.97 0.55
Hex 1E 4F FB 58 45 0 2 E3 61 37
Octal 36 117 373 130 105 0 2 343 141 67
Binary 11110 1001111 11111011 1011000 1000101 0 10 11100011 1100001 110111

Color Harmonies of #1E4FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4FFB

Black with #1E4FFB

Text Example


Text Example

White with #1E4FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,79,251); }

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

background-color css

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

 a { background-color: rgb(30,79,251); }

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

border-color css

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

 span { border-color: rgb(30,79,251); }

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