Html Css Color HEX #1F52ED Royal Blue

📋 copy color: '#1F52ED'

red 31 ◦ green 82 ◦ blue 237

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

Shades of Royal Blue #1F52ED

Tints of Royal Blue #1F52ED

RGB

 RED value IS 31 (12.5% from 255) = 8.86%

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

 BLUE value IS 237 (92.97% from 255) = 67.71%

R = 8.86%
G = 23.43%
B = 67.71%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F52ED (or 0x1F52ED) is known color: Royal Blue. HEX triplet: 1F, 52 and ED. RGB value is (31,82,237). Sum of RGB (Red+Green+Blue) = 31+82+237=350 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.86% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F52ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F52ED is #E0AD12. Grayscale: #535353. Windows color (decimal): -14724371 or 15553055. OLE color: 15553055.

HSL color Cylindrical-coordinate representation of color #1F52ED: hue angle of 225.15º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F52ED is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 82 237 -
CMYK 0.87 0.65 0 0.07
HSL 225.15º 0.85% 0.53% -
HSV(B) 225.15º 0.87% 0.93% -
XYZ 18.87 12.44 81.53 -
YUV 84.42 214.1 89.9 -
System Red Green Blue C M Y K H S L
Decimal 31 82 237 0.87 0.65 0 0.07 225.15 0.85 0.53
Hex 1F 52 ED 57 41 0 7 E1 55 35
Octal 37 122 355 127 101 0 7 341 125 65
Binary 11111 1010010 11101101 1010111 1000001 0 111 11100001 1010101 110101

Color Harmonies of #1F52ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F52ED

Black with #1F52ED

Text Example


Text Example

White with #1F52ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F52ED; }

 p { color: rgb(31,82,237); }

 H1.HeaderClassName
 {
   color: #1F52ED;
 }
 .AnyTagClassName
 {
   color: #1F52ED;
 }
</style>

background-color css

<style>
 a { background-color: #1F52ED; }

 a { background-color: rgb(31,82,237); }

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

border-color css

<style>
 span { border-color: #1F52ED; }

 span { border-color: rgb(31,82,237); }

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