Html Css Color HEX #1953FC Royal Blue

📋 copy color: '#1953FC'

red 25 ◦ green 83 ◦ blue 252

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

Shades of Royal Blue #1953FC

Tints of Royal Blue #1953FC

RGB

 RED value IS 25 (10.16% from 255) = 6.94%

 GREEN value IS 83 (32.81% from 255) = 23.06%

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

R = 6.94%
G = 23.06%
B = 70%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1953FC (or 0x1953FC) is known color: Royal Blue. HEX triplet: 19, 53 and FC. RGB value is (25,83,252). Sum of RGB (Red+Green+Blue) = 25+83+252=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #1953FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1953FC is #E6AC03. Grayscale: #545454. Windows color (decimal): -15117316 or 16536345. OLE color: 16536345.

HSL color Cylindrical-coordinate representation of color #1953FC: hue angle of 224.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1953FC is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 83 252 -
CMYK 0.90 0.67 0 0.01
HSL 224.67º 0.97% 0.54% -
HSV(B) 224.67º 0.9% 0.99% -
XYZ 21.06 13.42 93.58 -
YUV 84.92 222.28 85.26 -
System Red Green Blue C M Y K H S L
Decimal 25 83 252 0.90 0.67 0 0.01 224.67 0.97 0.54
Hex 19 53 FC 5A 43 0 1 E1 61 36
Octal 31 123 374 132 103 0 1 341 141 66
Binary 11001 1010011 11111100 1011010 1000011 0 1 11100001 1100001 110110

Color Harmonies of #1953FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1953FC

Black with #1953FC

Text Example


Text Example

White with #1953FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1953FC; }

 p { color: rgb(25,83,252); }

 H1.HeaderClassName
 {
   color: #1953FC;
 }
 .AnyTagClassName
 {
   color: #1953FC;
 }
</style>

background-color css

<style>
 a { background-color: #1953FC; }

 a { background-color: rgb(25,83,252); }

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

border-color css

<style>
 span { border-color: #1953FC; }

 span { border-color: rgb(25,83,252); }

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