Html Css Color HEX #1C61FE Royal Blue

📋 copy color: '#1C61FE'

red 28 ◦ green 97 ◦ blue 254

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

Shades of Royal Blue #1C61FE

Tints of Royal Blue #1C61FE

RGB

 RED value IS 28 (11.33% from 255) = 7.39%

 GREEN value IS 97 (38.28% from 255) = 25.59%

 BLUE value IS 254 (99.61% from 255) = 67.02%

R = 7.39%
G = 25.59%
B = 67.02%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1C61FE (or 0x1C61FE) is known color: Royal Blue. HEX triplet: 1C, 61 and FE. RGB value is (28,97,254). Sum of RGB (Red+Green+Blue) = 28+97+254=379 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.39% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #1C61FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C61FE is #E39E01. Grayscale: #5D5D5D. Windows color (decimal): -14917122 or 16671004. OLE color: 16671004.

HSL color Cylindrical-coordinate representation of color #1C61FE: hue angle of 221.68º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C61FE is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 28 97 254 -
CMYK 0.89 0.62 0 0.00
HSL 221.68º 0.99% 0.55% -
HSV(B) 221.68º 0.89% 1% -
XYZ 22.64 15.95 95.65 -
YUV 94.27 218.14 80.73 -
System Red Green Blue C M Y K H S L
Decimal 28 97 254 0.89 0.62 0 0.00 221.68 0.99 0.55
Hex 1C 61 FE 59 3E 0 0 DE 63 37
Octal 34 141 376 131 76 0 0 336 143 67
Binary 11100 1100001 11111110 1011001 111110 0 0 11011110 1100011 110111

Color Harmonies of #1C61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C61FE

Black with #1C61FE

Text Example


Text Example

White with #1C61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,97,254); }

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

background-color css

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

 a { background-color: rgb(28,97,254); }

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

border-color css

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

 span { border-color: rgb(28,97,254); }

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