Html Css Color HEX #1D57F9 Royal Blue

📋 copy color: '#1D57F9'

red 29 ◦ green 87 ◦ blue 249

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

Shades of Royal Blue #1D57F9

Tints of Royal Blue #1D57F9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.84%

 BLUE value IS 249 (97.66% from 255) = 68.22%

R = 7.95%
G = 23.84%
B = 68.22%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D57F9 (or 0x1D57F9) is known color: Royal Blue. HEX triplet: 1D, 57 and F9. RGB value is (29,87,249). Sum of RGB (Red+Green+Blue) = 29+87+249=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #1D57F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D57F9 is #E2A806. Grayscale: #575757. Windows color (decimal): -14854151 or 16340765. OLE color: 16340765.

HSL color Cylindrical-coordinate representation of color #1D57F9: hue angle of 224.18º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D57F9 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 87 249 -
CMYK 0.88 0.65 0 0.02
HSL 224.18º 0.95% 0.55% -
HSV(B) 224.18º 0.88% 0.98% -
XYZ 21.01 13.92 91.2 -
YUV 88.13 218.78 85.83 -
System Red Green Blue C M Y K H S L
Decimal 29 87 249 0.88 0.65 0 0.02 224.18 0.95 0.55
Hex 1D 57 F9 58 41 0 2 E0 5F 37
Octal 35 127 371 130 101 0 2 340 137 67
Binary 11101 1010111 11111001 1011000 1000001 0 10 11100000 1011111 110111

Color Harmonies of #1D57F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D57F9

Black with #1D57F9

Text Example


Text Example

White with #1D57F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,87,249); }

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

background-color css

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

 a { background-color: rgb(29,87,249); }

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

border-color css

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

 span { border-color: rgb(29,87,249); }

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