Html Css Color HEX #1D5BF4 Royal Blue

📋 copy color: '#1D5BF4'

red 29 ◦ green 91 ◦ blue 244

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

Shades of Royal Blue #1D5BF4

Tints of Royal Blue #1D5BF4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25%

 BLUE value IS 244 (95.7% from 255) = 67.03%

R = 7.97%
G = 25%
B = 67.03%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1D5BF4 (or 0x1D5BF4) is known color: Royal Blue. HEX triplet: 1D, 5B and F4. RGB value is (29,91,244). Sum of RGB (Red+Green+Blue) = 29+91+244=364 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.97% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 244 (95.70% from 255 or 67.03% from 364); Max value from RGB is 244 - color contains mainly: blue. Hex color #1D5BF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5BF4 is #E2A40B. Grayscale: #595959. Windows color (decimal): -14853132 or 16014109. OLE color: 16014109.

HSL color Cylindrical-coordinate representation of color #1D5BF4: hue angle of 222.7º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D5BF4 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 29 91 244 -
CMYK 0.88 0.63 0 0.04
HSL 222.7º 0.91% 0.54% -
HSV(B) 222.7º 0.88% 0.96% -
XYZ 20.58 14.28 87.26 -
YUV 89.9 214.96 84.56 -
System Red Green Blue C M Y K H S L
Decimal 29 91 244 0.88 0.63 0 0.04 222.7 0.91 0.54
Hex 1D 5B F4 58 3F 0 4 DF 5B 36
Octal 35 133 364 130 77 0 4 337 133 66
Binary 11101 1011011 11110100 1011000 111111 0 100 11011111 1011011 110110

Color Harmonies of #1D5BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5BF4

Black with #1D5BF4

Text Example


Text Example

White with #1D5BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,91,244); }

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

background-color css

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

 a { background-color: rgb(29,91,244); }

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

border-color css

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

 span { border-color: rgb(29,91,244); }

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