Html Css Color HEX #1352FC Royal Blue

📋 copy color: '#1352FC'

red 19 ◦ green 82 ◦ blue 252

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

Shades of Royal Blue #1352FC

Tints of Royal Blue #1352FC

RGB

 RED value IS 19 (7.81% from 255) = 5.38%

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

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

R = 5.38%
G = 23.23%
B = 71.39%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1352FC (or 0x1352FC) is known color: Royal Blue. HEX triplet: 13, 52 and FC. RGB value is (19,82,252). Sum of RGB (Red+Green+Blue) = 19+82+252=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #1352FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1352FC is #ECAD03. Grayscale: #515151. Windows color (decimal): -15510788 or 16536083. OLE color: 16536083.

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

Color convert

RGB 19 82 252 -
CMYK 0.92 0.67 0 0.01
HSL 223.78º 0.97% 0.53% -
HSV(B) 223.78º 0.92% 0.99% -
XYZ 20.86 13.2 93.54 -
YUV 82.54 223.63 82.68 -
System Red Green Blue C M Y K H S L
Decimal 19 82 252 0.92 0.67 0 0.01 223.78 0.97 0.53
Hex 13 52 FC 5C 43 0 1 E0 61 35
Octal 23 122 374 134 103 0 1 340 141 65
Binary 10011 1010010 11111100 1011100 1000011 0 1 11100000 1100001 110101

Color Harmonies of #1352FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1352FC

Black with #1352FC

Text Example


Text Example

White with #1352FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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