Html Css Color HEX #1C4FFC Royal Blue

📋 copy color: '#1C4FFC'

red 28 ◦ green 79 ◦ blue 252

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

Shades of Royal Blue #1C4FFC

Tints of Royal Blue #1C4FFC

RGB

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

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

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

R = 7.8%
G = 22.01%
B = 70.19%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1C4FFC (or 0x1C4FFC) is known color: Royal Blue. HEX triplet: 1C, 4F and FC. RGB value is (28,79,252). Sum of RGB (Red+Green+Blue) = 28+79+252=359 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.80% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #1C4FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C4FFC is #E3B003. Grayscale: #525252. Windows color (decimal): -14921732 or 16535324. OLE color: 16535324.

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

Color convert

RGB 28 79 252 -
CMYK 0.89 0.69 0 0.01
HSL 226.34º 0.97% 0.55% -
HSV(B) 226.34º 0.89% 0.99% -
XYZ 20.85 12.87 93.48 -
YUV 83.47 223.1 88.43 -
System Red Green Blue C M Y K H S L
Decimal 28 79 252 0.89 0.69 0 0.01 226.34 0.97 0.55
Hex 1C 4F FC 59 45 0 1 E2 61 37
Octal 34 117 374 131 105 0 1 342 141 67
Binary 11100 1001111 11111100 1011001 1000101 0 1 11100010 1100001 110111

Color Harmonies of #1C4FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4FFC

Black with #1C4FFC

Text Example


Text Example

White with #1C4FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,79,252); }

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

background-color css

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

 a { background-color: rgb(28,79,252); }

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

border-color css

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

 span { border-color: rgb(28,79,252); }

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