Html Css Color HEX #1C54FA Royal Blue

📋 copy color: '#1C54FA'

red 28 ◦ green 84 ◦ blue 250

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

Shades of Royal Blue #1C54FA

Tints of Royal Blue #1C54FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.2%

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

R = 7.73%
G = 23.2%
B = 69.06%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1C54FA (or 0x1C54FA) is known color: Royal Blue. HEX triplet: 1C, 54 and FA. RGB value is (28,84,250). Sum of RGB (Red+Green+Blue) = 28+84+250=362 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.73% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C54FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C54FA is #E3AB05. Grayscale: #555555. Windows color (decimal): -14920454 or 16405532. OLE color: 16405532.

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

Color convert

RGB 28 84 250 -
CMYK 0.89 0.66 0 0.02
HSL 224.86º 0.96% 0.55% -
HSV(B) 224.86º 0.89% 0.98% -
XYZ 20.9 13.49 91.94 -
YUV 86.18 220.45 86.5 -
System Red Green Blue C M Y K H S L
Decimal 28 84 250 0.89 0.66 0 0.02 224.86 0.96 0.55
Hex 1C 54 FA 59 42 0 2 E1 60 37
Octal 34 124 372 131 102 0 2 341 140 67
Binary 11100 1010100 11111010 1011001 1000010 0 10 11100001 1100000 110111

Color Harmonies of #1C54FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C54FA

Black with #1C54FA

Text Example


Text Example

White with #1C54FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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