Html Css Color HEX #1D64FB Royal Blue

📋 copy color: '#1D64FB'

red 29 ◦ green 100 ◦ blue 251

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

Shades of Royal Blue #1D64FB

Tints of Royal Blue #1D64FB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.32%

 BLUE value IS 251 (98.44% from 255) = 66.05%

R = 7.63%
G = 26.32%
B = 66.05%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D64FB (or 0x1D64FB) is known color: Royal Blue. HEX triplet: 1D, 64 and FB. RGB value is (29,100,251). Sum of RGB (Red+Green+Blue) = 29+100+251=380 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.63% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D64FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D64FB is #E29B04. Grayscale: #5F5F5F. Windows color (decimal): -14850821 or 16475165. OLE color: 16475165.

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

Color convert

RGB 29 100 251 -
CMYK 0.88 0.60 0 0.02
HSL 220.81º 0.97% 0.55% -
HSV(B) 220.81º 0.88% 0.98% -
XYZ 22.48 16.34 93.24 -
YUV 95.99 215.48 80.22 -
System Red Green Blue C M Y K H S L
Decimal 29 100 251 0.88 0.60 0 0.02 220.81 0.97 0.55
Hex 1D 64 FB 58 3C 0 2 DD 61 37
Octal 35 144 373 130 74 0 2 335 141 67
Binary 11101 1100100 11111011 1011000 111100 0 10 11011101 1100001 110111

Color Harmonies of #1D64FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D64FB

Black with #1D64FB

Text Example


Text Example

White with #1D64FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,100,251); }

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

background-color css

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

 a { background-color: rgb(29,100,251); }

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

border-color css

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

 span { border-color: rgb(29,100,251); }

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