Html Css Color HEX #1952FE Royal Blue

📋 copy color: '#1952FE'

red 25 ◦ green 82 ◦ blue 254

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

Shades of Royal Blue #1952FE

Tints of Royal Blue #1952FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.71%

 BLUE value IS 254 (99.61% from 255) = 70.36%

R = 6.93%
G = 22.71%
B = 70.36%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1952FE (or 0x1952FE) is known color: Royal Blue. HEX triplet: 19, 52 and FE. RGB value is (25,82,254). Sum of RGB (Red+Green+Blue) = 25+82+254=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #1952FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1952FE is #E6AD01. Grayscale: #535353. Windows color (decimal): -15117570 or 16667161. OLE color: 16667161.

HSL color Cylindrical-coordinate representation of color #1952FE: hue angle of 225.07º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1952FE is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 25 82 254 -
CMYK 0.90 0.68 0 0.00
HSL 225.07º 0.99% 0.55% -
HSV(B) 225.07º 0.9% 1% -
XYZ 21.31 13.4 95.23 -
YUV 84.57 223.62 85.51 -
System Red Green Blue C M Y K H S L
Decimal 25 82 254 0.90 0.68 0 0.00 225.07 0.99 0.55
Hex 19 52 FE 5A 44 0 0 E1 63 37
Octal 31 122 376 132 104 0 0 341 143 67
Binary 11001 1010010 11111110 1011010 1000100 0 0 11100001 1100011 110111

Color Harmonies of #1952FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1952FE

Black with #1952FE

Text Example


Text Example

White with #1952FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1952FE; }

 p { color: rgb(25,82,254); }

 H1.HeaderClassName
 {
   color: #1952FE;
 }
 .AnyTagClassName
 {
   color: #1952FE;
 }
</style>

background-color css

<style>
 a { background-color: #1952FE; }

 a { background-color: rgb(25,82,254); }

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

border-color css

<style>
 span { border-color: #1952FE; }

 span { border-color: rgb(25,82,254); }

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