Html Css Color HEX #1D50EF Royal Blue

📋 copy color: '#1D50EF'

red 29 ◦ green 80 ◦ blue 239

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

Shades of Royal Blue #1D50EF

Tints of Royal Blue #1D50EF

RGB

 RED value IS 29 (11.72% from 255) = 8.33%

 GREEN value IS 80 (31.64% from 255) = 22.99%

 BLUE value IS 239 (93.75% from 255) = 68.68%

R = 8.33%
G = 22.99%
B = 68.68%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D50EF (or 0x1D50EF) is known color: Royal Blue. HEX triplet: 1D, 50 and EF. RGB value is (29,80,239). Sum of RGB (Red+Green+Blue) = 29+80+239=348 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.33% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D50EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D50EF is #E2AF10. Grayscale: #525252. Windows color (decimal): -14855953 or 15683613. OLE color: 15683613.

HSL color Cylindrical-coordinate representation of color #1D50EF: hue angle of 225.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D50EF is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 80 239 -
CMYK 0.88 0.67 0 0.06
HSL 225.43º 0.87% 0.53% -
HSV(B) 225.43º 0.88% 0.94% -
XYZ 18.96 12.23 83.02 -
YUV 82.88 216.1 89.57 -
System Red Green Blue C M Y K H S L
Decimal 29 80 239 0.88 0.67 0 0.06 225.43 0.87 0.53
Hex 1D 50 EF 58 43 0 6 E1 57 35
Octal 35 120 357 130 103 0 6 341 127 65
Binary 11101 1010000 11101111 1011000 1000011 0 110 11100001 1010111 110101

Color Harmonies of #1D50EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D50EF

Black with #1D50EF

Text Example


Text Example

White with #1D50EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,80,239); }

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

background-color css

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

 a { background-color: rgb(29,80,239); }

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

border-color css

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

 span { border-color: rgb(29,80,239); }

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