Html Css Color HEX #1D60FE Royal Blue

📋 copy color: '#1D60FE'

red 29 ◦ green 96 ◦ blue 254

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

Shades of Royal Blue #1D60FE

Tints of Royal Blue #1D60FE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.33%

 BLUE value IS 254 (99.61% from 255) = 67.02%

R = 7.65%
G = 25.33%
B = 67.02%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1D60FE (or 0x1D60FE) is known color: Royal Blue. HEX triplet: 1D, 60 and FE. RGB value is (29,96,254). Sum of RGB (Red+Green+Blue) = 29+96+254=379 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.65% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D60FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D60FE is #E29F01. Grayscale: #5D5D5D. Windows color (decimal): -14851842 or 16670749. OLE color: 16670749.

HSL color Cylindrical-coordinate representation of color #1D60FE: hue angle of 222.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D60FE is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 29 96 254 -
CMYK 0.89 0.62 0 0.00
HSL 222.13º 0.99% 0.55% -
HSV(B) 222.13º 0.89% 1% -
XYZ 22.58 15.78 95.62 -
YUV 93.98 218.3 81.65 -
System Red Green Blue C M Y K H S L
Decimal 29 96 254 0.89 0.62 0 0.00 222.13 0.99 0.55
Hex 1D 60 FE 59 3E 0 0 DE 63 37
Octal 35 140 376 131 76 0 0 336 143 67
Binary 11101 1100000 11111110 1011001 111110 0 0 11011110 1100011 110111

Color Harmonies of #1D60FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D60FE

Black with #1D60FE

Text Example


Text Example

White with #1D60FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,96,254); }

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

background-color css

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

 a { background-color: rgb(29,96,254); }

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

border-color css

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

 span { border-color: rgb(29,96,254); }

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