Html Css Color HEX #1D5CFC Royal Blue

📋 copy color: '#1D5CFC'

red 29 ◦ green 92 ◦ blue 252

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

Shades of Royal Blue #1D5CFC

Tints of Royal Blue #1D5CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.66%

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

R = 7.77%
G = 24.66%
B = 67.56%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D5CFC (or 0x1D5CFC) is known color: Royal Blue. HEX triplet: 1D, 5C and FC. RGB value is (29,92,252). Sum of RGB (Red+Green+Blue) = 29+92+252=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D5CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5CFC is #E2A303. Grayscale: #5A5A5A. Windows color (decimal): -14852868 or 16538653. OLE color: 16538653.

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

Color convert

RGB 29 92 252 -
CMYK 0.88 0.63 0 0.01
HSL 223.05º 0.97% 0.55% -
HSV(B) 223.05º 0.88% 0.99% -
XYZ 21.9 14.94 93.83 -
YUV 91.4 218.63 83.49 -
System Red Green Blue C M Y K H S L
Decimal 29 92 252 0.88 0.63 0 0.01 223.05 0.97 0.55
Hex 1D 5C FC 58 3F 0 1 DF 61 37
Octal 35 134 374 130 77 0 1 337 141 67
Binary 11101 1011100 11111100 1011000 111111 0 1 11011111 1100001 110111

Color Harmonies of #1D5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5CFC

Black with #1D5CFC

Text Example


Text Example

White with #1D5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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