Html Css Color HEX #1D55FA Royal Blue

📋 copy color: '#1D55FA'

red 29 ◦ green 85 ◦ blue 250

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

Shades of Royal Blue #1D55FA

Tints of Royal Blue #1D55FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.68%

R = 7.97%
G = 23.35%
B = 68.68%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D55FA (or 0x1D55FA) is known color: Royal Blue. HEX triplet: 1D, 55 and FA. RGB value is (29,85,250). Sum of RGB (Red+Green+Blue) = 29+85+250=364 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.97% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D55FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D55FA is #E2AA05. Grayscale: #565656. Windows color (decimal): -14854662 or 16405789. OLE color: 16405789.

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

Color convert

RGB 29 85 250 -
CMYK 0.88 0.66 0 0.02
HSL 224.8º 0.96% 0.55% -
HSV(B) 224.8º 0.88% 0.98% -
XYZ 21.01 13.66 91.97 -
YUV 87.07 219.95 86.58 -
System Red Green Blue C M Y K H S L
Decimal 29 85 250 0.88 0.66 0 0.02 224.8 0.96 0.55
Hex 1D 55 FA 58 42 0 2 E1 60 37
Octal 35 125 372 130 102 0 2 341 140 67
Binary 11101 1010101 11111010 1011000 1000010 0 10 11100001 1100000 110111

Color Harmonies of #1D55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D55FA

Black with #1D55FA

Text Example


Text Example

White with #1D55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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