Html Css Color HEX #1552FB Royal Blue

📋 copy color: '#1552FB'

red 21 ◦ green 82 ◦ blue 251

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

Shades of Royal Blue #1552FB

Tints of Royal Blue #1552FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 70.9%

R = 5.93%
G = 23.16%
B = 70.9%

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

#1552FB (or 0x1552FB) is known color: Royal Blue. HEX triplet: 15, 52 and FB. RGB value is (21,82,251). Sum of RGB (Red+Green+Blue) = 21+82+251=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #1552FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1552FB is #EAAD04. Grayscale: #525252. Windows color (decimal): -15379717 or 16470549. OLE color: 16470549.

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

Color convert

RGB 21 82 251 -
CMYK 0.92 0.67 0 0.02
HSL 224.09º 0.97% 0.53% -
HSV(B) 224.09º 0.92% 0.98% -
XYZ 20.74 13.16 92.71 -
YUV 83.03 222.79 83.76 -
System Red Green Blue C M Y K H S L
Decimal 21 82 251 0.92 0.67 0 0.02 224.09 0.97 0.53
Hex 15 52 FB 5C 43 0 2 E0 61 35
Octal 25 122 373 134 103 0 2 340 141 65
Binary 10101 1010010 11111011 1011100 1000011 0 10 11100000 1100001 110101

Color Harmonies of #1552FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1552FB

Black with #1552FB

Text Example


Text Example

White with #1552FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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