Html Css Color HEX #1C60FA Royal Blue

📋 copy color: '#1C60FA'

red 28 ◦ green 96 ◦ blue 250

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

Shades of Royal Blue #1C60FA

Tints of Royal Blue #1C60FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.67%

 BLUE value IS 250 (98.05% from 255) = 66.84%

R = 7.49%
G = 25.67%
B = 66.84%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1C60FA (or 0x1C60FA) is known color: Royal Blue. HEX triplet: 1C, 60 and FA. RGB value is (28,96,250). Sum of RGB (Red+Green+Blue) = 28+96+250=374 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.49% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C60FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C60FA is #E39F05. Grayscale: #5C5C5C. Windows color (decimal): -14917382 or 16408604. OLE color: 16408604.

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

Color convert

RGB 28 96 250 -
CMYK 0.89 0.62 0 0.02
HSL 221.62º 0.96% 0.55% -
HSV(B) 221.62º 0.89% 0.98% -
XYZ 21.92 15.51 92.28 -
YUV 93.22 216.47 81.48 -
System Red Green Blue C M Y K H S L
Decimal 28 96 250 0.89 0.62 0 0.02 221.62 0.96 0.55
Hex 1C 60 FA 59 3E 0 2 DE 60 37
Octal 34 140 372 131 76 0 2 336 140 67
Binary 11100 1100000 11111010 1011001 111110 0 10 11011110 1100000 110111

Color Harmonies of #1C60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C60FA

Black with #1C60FA

Text Example


Text Example

White with #1C60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,96,250); }

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

background-color css

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

 a { background-color: rgb(28,96,250); }

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

border-color css

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

 span { border-color: rgb(28,96,250); }

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