Html Css Color HEX #1552FA Royal Blue

📋 copy color: '#1552FA'

red 21 ◦ green 82 ◦ blue 250

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

Shades of Royal Blue #1552FA

Tints of Royal Blue #1552FA

RGB

 RED value IS 21 (8.59% from 255) = 5.95%

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

 BLUE value IS 250 (98.05% from 255) = 70.82%

R = 5.95%
G = 23.23%
B = 70.82%

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

#1552FA (or 0x1552FA) is known color: Royal Blue. HEX triplet: 15, 52 and FA. RGB value is (21,82,250). Sum of RGB (Red+Green+Blue) = 21+82+250=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #1552FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1552FA is #EAAD05. Grayscale: #525252. Windows color (decimal): -15379718 or 16405013. OLE color: 16405013.

HSL color Cylindrical-coordinate representation of color #1552FA: hue angle of 224.02º degrees, saturation: 0.96, 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 #1552FA is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 82 250 -
CMYK 0.92 0.67 0 0.02
HSL 224.02º 0.96% 0.53% -
HSV(B) 224.02º 0.92% 0.98% -
XYZ 20.58 13.1 91.89 -
YUV 82.91 222.29 83.84 -
System Red Green Blue C M Y K H S L
Decimal 21 82 250 0.92 0.67 0 0.02 224.02 0.96 0.53
Hex 15 52 FA 5C 43 0 2 E0 60 35
Octal 25 122 372 134 103 0 2 340 140 65
Binary 10101 1010010 11111010 1011100 1000011 0 10 11100000 1100000 110101

Color Harmonies of #1552FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1552FA

Black with #1552FA

Text Example


Text Example

White with #1552FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1552FA; }

 p { color: rgb(21,82,250); }

 H1.HeaderClassName
 {
   color: #1552FA;
 }
 .AnyTagClassName
 {
   color: #1552FA;
 }
</style>

background-color css

<style>
 a { background-color: #1552FA; }

 a { background-color: rgb(21,82,250); }

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

border-color css

<style>
 span { border-color: #1552FA; }

 span { border-color: rgb(21,82,250); }

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