Html Css Color HEX #1D58FC Royal Blue

📋 copy color: '#1D58FC'

red 29 ◦ green 88 ◦ blue 252

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

Shades of Royal Blue #1D58FC

Tints of Royal Blue #1D58FC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.85%

 BLUE value IS 252 (98.83% from 255) = 68.29%

R = 7.86%
G = 23.85%
B = 68.29%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D58FC (or 0x1D58FC) is known color: Royal Blue. HEX triplet: 1D, 58 and FC. RGB value is (29,88,252). Sum of RGB (Red+Green+Blue) = 29+88+252=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D58FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D58FC is #E2A703. Grayscale: #585858. Windows color (decimal): -14853892 or 16537629. OLE color: 16537629.

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

Color convert

RGB 29 88 252 -
CMYK 0.88 0.65 0 0.01
HSL 224.13º 0.97% 0.55% -
HSV(B) 224.13º 0.88% 0.99% -
XYZ 21.57 14.27 93.71 -
YUV 89.06 219.95 85.16 -
System Red Green Blue C M Y K H S L
Decimal 29 88 252 0.88 0.65 0 0.01 224.13 0.97 0.55
Hex 1D 58 FC 58 41 0 1 E0 61 37
Octal 35 130 374 130 101 0 1 340 141 67
Binary 11101 1011000 11111100 1011000 1000001 0 1 11100000 1100001 110111

Color Harmonies of #1D58FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D58FC

Black with #1D58FC

Text Example


Text Example

White with #1D58FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,88,252); }

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

background-color css

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

 a { background-color: rgb(29,88,252); }

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

border-color css

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

 span { border-color: rgb(29,88,252); }

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