Html Css Color HEX #1F5DED Royal Blue

📋 copy color: '#1F5DED'

red 31 ◦ green 93 ◦ blue 237

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

Shades of Royal Blue #1F5DED

Tints of Royal Blue #1F5DED

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.76%

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

R = 8.59%
G = 25.76%
B = 65.65%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F5DED (or 0x1F5DED) is known color: Royal Blue. HEX triplet: 1F, 5D and ED. RGB value is (31,93,237). Sum of RGB (Red+Green+Blue) = 31+93+237=361 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.59% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F5DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5DED is #E0A212. Grayscale: #5A5A5A. Windows color (decimal): -14721555 or 15555871. OLE color: 15555871.

HSL color Cylindrical-coordinate representation of color #1F5DED: hue angle of 221.94º 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 #1F5DED is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 93 237 -
CMYK 0.87 0.61 0 0.07
HSL 221.94º 0.85% 0.53% -
HSV(B) 221.94º 0.87% 0.93% -
XYZ 19.77 14.23 81.83 -
YUV 90.88 210.46 85.29 -
System Red Green Blue C M Y K H S L
Decimal 31 93 237 0.87 0.61 0 0.07 221.94 0.85 0.53
Hex 1F 5D ED 57 3D 0 7 DE 55 35
Octal 37 135 355 127 75 0 7 336 125 65
Binary 11111 1011101 11101101 1010111 111101 0 111 11011110 1010101 110101

Color Harmonies of #1F5DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5DED

Black with #1F5DED

Text Example


Text Example

White with #1F5DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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