Html Css Color HEX #1952FC Royal Blue

📋 copy color: '#1952FC'

red 25 ◦ green 82 ◦ blue 252

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

Shades of Royal Blue #1952FC

Tints of Royal Blue #1952FC

RGB

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

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

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

R = 6.96%
G = 22.84%
B = 70.19%

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

#1952FC (or 0x1952FC) is known color: Royal Blue. HEX triplet: 19, 52 and FC. RGB value is (25,82,252). Sum of RGB (Red+Green+Blue) = 25+82+252=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #1952FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1952FC is #E6AD03. Grayscale: #535353. Windows color (decimal): -15117572 or 16536089. OLE color: 16536089.

HSL color Cylindrical-coordinate representation of color #1952FC: hue angle of 224.93º 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 #1952FC is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 82 252 -
CMYK 0.90 0.67 0 0.01
HSL 224.93º 0.97% 0.54% -
HSV(B) 224.93º 0.9% 0.99% -
XYZ 20.99 13.27 93.55 -
YUV 84.34 222.62 85.68 -
System Red Green Blue C M Y K H S L
Decimal 25 82 252 0.90 0.67 0 0.01 224.93 0.97 0.54
Hex 19 52 FC 5A 43 0 1 E1 61 36
Octal 31 122 374 132 103 0 1 341 141 66
Binary 11001 1010010 11111100 1011010 1000011 0 1 11100001 1100001 110110

Color Harmonies of #1952FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1952FC

Black with #1952FC

Text Example


Text Example

White with #1952FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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