Html Css Color HEX #1E5FFC Royal Blue

📋 copy color: '#1E5FFC'

red 30 ◦ green 95 ◦ blue 252

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

Shades of Royal Blue #1E5FFC

Tints of Royal Blue #1E5FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.84%

R = 7.96%
G = 25.2%
B = 66.84%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1E5FFC (or 0x1E5FFC) is known color: Royal Blue. HEX triplet: 1E, 5F and FC. RGB value is (30,95,252). Sum of RGB (Red+Green+Blue) = 30+95+252=377 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.96% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #1E5FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E5FFC is #E1A003. Grayscale: #5C5C5C. Windows color (decimal): -14786564 or 16539422. OLE color: 16539422.

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

Color convert

RGB 30 95 252 -
CMYK 0.88 0.62 0 0.01
HSL 222.43º 0.97% 0.55% -
HSV(B) 222.43º 0.88% 0.99% -
XYZ 22.2 15.49 93.92 -
YUV 93.46 217.47 82.73 -
System Red Green Blue C M Y K H S L
Decimal 30 95 252 0.88 0.62 0 0.01 222.43 0.97 0.55
Hex 1E 5F FC 58 3E 0 1 DE 61 37
Octal 36 137 374 130 76 0 1 336 141 67
Binary 11110 1011111 11111100 1011000 111110 0 1 11011110 1100001 110111

Color Harmonies of #1E5FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5FFC

Black with #1E5FFC

Text Example


Text Example

White with #1E5FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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