Html Css Color HEX #1C5FFD Royal Blue

📋 copy color: '#1C5FFD'

red 28 ◦ green 95 ◦ blue 253

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

Shades of Royal Blue #1C5FFD

Tints of Royal Blue #1C5FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.27%

 BLUE value IS 253 (99.22% from 255) = 67.29%

R = 7.45%
G = 25.27%
B = 67.29%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1C5FFD (or 0x1C5FFD) is known color: Royal Blue. HEX triplet: 1C, 5F and FD. RGB value is (28,95,253). Sum of RGB (Red+Green+Blue) = 28+95+253=376 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.45% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #1C5FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C5FFD is #E3A002. Grayscale: #5C5C5C. Windows color (decimal): -14917635 or 16604956. OLE color: 16604956.

HSL color Cylindrical-coordinate representation of color #1C5FFD: hue angle of 222.13º degrees, saturation: 0.98, 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 #1C5FFD is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 28 95 253 -
CMYK 0.89 0.62 0 0.01
HSL 222.13º 0.98% 0.55% -
HSV(B) 222.13º 0.89% 0.99% -
XYZ 22.3 15.52 94.75 -
YUV 92.98 218.3 81.65 -
System Red Green Blue C M Y K H S L
Decimal 28 95 253 0.89 0.62 0 0.01 222.13 0.98 0.55
Hex 1C 5F FD 59 3E 0 1 DE 62 37
Octal 34 137 375 131 76 0 1 336 142 67
Binary 11100 1011111 11111101 1011001 111110 0 1 11011110 1100010 110111

Color Harmonies of #1C5FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5FFD

Black with #1C5FFD

Text Example


Text Example

White with #1C5FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,95,253); }

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

background-color css

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

 a { background-color: rgb(28,95,253); }

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

border-color css

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

 span { border-color: rgb(28,95,253); }

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