Html Css Color HEX #1C63FA Royal Blue

📋 copy color: '#1C63FA'

red 28 ◦ green 99 ◦ blue 250

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

Shades of Royal Blue #1C63FA

Tints of Royal Blue #1C63FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.26%

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

R = 7.43%
G = 26.26%
B = 66.31%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1C63FA (or 0x1C63FA) is known color: Royal Blue. HEX triplet: 1C, 63 and FA. RGB value is (28,99,250). Sum of RGB (Red+Green+Blue) = 28+99+250=377 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.43% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C63FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C63FA is #E39C05. Grayscale: #5E5E5E. Windows color (decimal): -14916614 or 16409372. OLE color: 16409372.

HSL color Cylindrical-coordinate representation of color #1C63FA: hue angle of 220.81º 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 #1C63FA is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 99 250 -
CMYK 0.89 0.60 0 0.02
HSL 220.81º 0.96% 0.55% -
HSV(B) 220.81º 0.89% 0.98% -
XYZ 22.2 16.07 92.37 -
YUV 94.99 215.48 80.22 -
System Red Green Blue C M Y K H S L
Decimal 28 99 250 0.89 0.60 0 0.02 220.81 0.96 0.55
Hex 1C 63 FA 59 3C 0 2 DD 60 37
Octal 34 143 372 131 74 0 2 335 140 67
Binary 11100 1100011 11111010 1011001 111100 0 10 11011101 1100000 110111

Color Harmonies of #1C63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C63FA

Black with #1C63FA

Text Example


Text Example

White with #1C63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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