Html Css Color HEX #1D55FC Royal Blue

📋 copy color: '#1D55FC'

red 29 ◦ green 85 ◦ blue 252

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

Shades of Royal Blue #1D55FC

Tints of Royal Blue #1D55FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.22%

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

R = 7.92%
G = 23.22%
B = 68.85%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D55FC (or 0x1D55FC) is known color: Royal Blue. HEX triplet: 1D, 55 and FC. RGB value is (29,85,252). Sum of RGB (Red+Green+Blue) = 29+85+252=366 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.92% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D55FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D55FC is #E2AA03. Grayscale: #565656. Windows color (decimal): -14854660 or 16536861. OLE color: 16536861.

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

Color convert

RGB 29 85 252 -
CMYK 0.88 0.66 0 0.01
HSL 224.93º 0.97% 0.55% -
HSV(B) 224.93º 0.88% 0.99% -
XYZ 21.33 13.79 93.63 -
YUV 87.29 220.95 86.42 -
System Red Green Blue C M Y K H S L
Decimal 29 85 252 0.88 0.66 0 0.01 224.93 0.97 0.55
Hex 1D 55 FC 58 42 0 1 E1 61 37
Octal 35 125 374 130 102 0 1 341 141 67
Binary 11101 1010101 11111100 1011000 1000010 0 1 11100001 1100001 110111

Color Harmonies of #1D55FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D55FC

Black with #1D55FC

Text Example


Text Example

White with #1D55FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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