Html Css Color HEX #1452FD Royal Blue

📋 copy color: '#1452FD'

red 20 ◦ green 82 ◦ blue 253

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

Shades of Royal Blue #1452FD

Tints of Royal Blue #1452FD

RGB

 RED value IS 20 (8.2% from 255) = 5.63%

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

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

R = 5.63%
G = 23.1%
B = 71.27%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1452FD (or 0x1452FD) is known color: Royal Blue. HEX triplet: 14, 52 and FD. RGB value is (20,82,253). Sum of RGB (Red+Green+Blue) = 20+82+253=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #1452FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1452FD is #EBAD02. Grayscale: #525252. Windows color (decimal): -15445251 or 16601620. OLE color: 16601620.

HSL color Cylindrical-coordinate representation of color #1452FD: hue angle of 224.03º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1452FD is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 82 253 -
CMYK 0.92 0.68 0 0.01
HSL 224.03º 0.98% 0.54% -
HSV(B) 224.03º 0.92% 0.99% -
XYZ 21.04 13.28 94.38 -
YUV 82.96 223.96 83.1 -
System Red Green Blue C M Y K H S L
Decimal 20 82 253 0.92 0.68 0 0.01 224.03 0.98 0.54
Hex 14 52 FD 5C 44 0 1 E0 62 36
Octal 24 122 375 134 104 0 1 340 142 66
Binary 10100 1010010 11111101 1011100 1000100 0 1 11100000 1100010 110110

Color Harmonies of #1452FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1452FD

Black with #1452FD

Text Example


Text Example

White with #1452FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1452FD; }

 p { color: rgb(20,82,253); }

 H1.HeaderClassName
 {
   color: #1452FD;
 }
 .AnyTagClassName
 {
   color: #1452FD;
 }
</style>

background-color css

<style>
 a { background-color: #1452FD; }

 a { background-color: rgb(20,82,253); }

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

border-color css

<style>
 span { border-color: #1452FD; }

 span { border-color: rgb(20,82,253); }

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