Html Css Color HEX #1D5FEF Royal Blue

📋 copy color: '#1D5FEF'

red 29 ◦ green 95 ◦ blue 239

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

Shades of Royal Blue #1D5FEF

Tints of Royal Blue #1D5FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

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

R = 7.99%
G = 26.17%
B = 65.84%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D5FEF (or 0x1D5FEF) is known color: Royal Blue. HEX triplet: 1D, 5F and EF. RGB value is (29,95,239). Sum of RGB (Red+Green+Blue) = 29+95+239=363 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.99% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D5FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5FEF is #E2A010. Grayscale: #5B5B5B. Windows color (decimal): -14852113 or 15687453. OLE color: 15687453.

HSL color Cylindrical-coordinate representation of color #1D5FEF: hue angle of 221.14º 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 #1D5FEF is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 95 239 -
CMYK 0.88 0.60 0 0.06
HSL 221.14º 0.87% 0.53% -
HSV(B) 221.14º 0.88% 0.94% -
XYZ 20.18 14.68 83.43 -
YUV 91.68 211.13 83.29 -
System Red Green Blue C M Y K H S L
Decimal 29 95 239 0.88 0.60 0 0.06 221.14 0.87 0.53
Hex 1D 5F EF 58 3C 0 6 DD 57 35
Octal 35 137 357 130 74 0 6 335 127 65
Binary 11101 1011111 11101111 1011000 111100 0 110 11011101 1010111 110101

Color Harmonies of #1D5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5FEF

Black with #1D5FEF

Text Example


Text Example

White with #1D5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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