Html Css Color HEX #1452F9 Royal Blue

📋 copy color: '#1452F9'

red 20 ◦ green 82 ◦ blue 249

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

Shades of Royal Blue #1452F9

Tints of Royal Blue #1452F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 70.94%

R = 5.7%
G = 23.36%
B = 70.94%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1452F9 (or 0x1452F9) is known color: Royal Blue. HEX triplet: 14, 52 and F9. RGB value is (20,82,249). Sum of RGB (Red+Green+Blue) = 20+82+249=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 249 (97.66% from 255 or 70.94% from 351); Max value from RGB is 249 - color contains mainly: blue. Hex color #1452F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1452F9 is #EBAD06. Grayscale: #515151. Windows color (decimal): -15445255 or 16339476. OLE color: 16339476.

HSL color Cylindrical-coordinate representation of color #1452F9: hue angle of 223.76º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1452F9 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 82 249 -
CMYK 0.92 0.67 0 0.02
HSL 223.76º 0.95% 0.53% -
HSV(B) 223.76º 0.92% 0.98% -
XYZ 20.4 13.02 91.06 -
YUV 82.5 221.96 83.42 -
System Red Green Blue C M Y K H S L
Decimal 20 82 249 0.92 0.67 0 0.02 223.76 0.95 0.53
Hex 14 52 F9 5C 43 0 2 E0 5F 35
Octal 24 122 371 134 103 0 2 340 137 65
Binary 10100 1010010 11111001 1011100 1000011 0 10 11100000 1011111 110101

Color Harmonies of #1452F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1452F9

Black with #1452F9

Text Example


Text Example

White with #1452F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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