Html Css Color HEX #1F66FD Royal Blue

📋 copy color: '#1F66FD'

red 31 ◦ green 102 ◦ blue 253

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

Shades of Royal Blue #1F66FD

Tints of Royal Blue #1F66FD

RGB

 RED value IS 31 (12.5% from 255) = 8.03%

 GREEN value IS 102 (40.23% from 255) = 26.42%

 BLUE value IS 253 (99.22% from 255) = 65.54%

R = 8.03%
G = 26.42%
B = 65.54%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1F66FD (or 0x1F66FD) is known color: Royal Blue. HEX triplet: 1F, 66 and FD. RGB value is (31,102,253). Sum of RGB (Red+Green+Blue) = 31+102+253=386 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.03% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F66FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F66FD is #E09902. Grayscale: #616161. Windows color (decimal): -14719235 or 16606751. OLE color: 16606751.

HSL color Cylindrical-coordinate representation of color #1F66FD: hue angle of 220.81º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F66FD is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 31 102 253 -
CMYK 0.88 0.60 0 0.01
HSL 220.81º 0.98% 0.56% -
HSV(B) 220.81º 0.88% 0.99% -
XYZ 23.05 16.89 94.97 -
YUV 97.99 215.48 80.22 -
System Red Green Blue C M Y K H S L
Decimal 31 102 253 0.88 0.60 0 0.01 220.81 0.98 0.56
Hex 1F 66 FD 58 3C 0 1 DD 62 38
Octal 37 146 375 130 74 0 1 335 142 70
Binary 11111 1100110 11111101 1011000 111100 0 1 11011101 1100010 111000

Color Harmonies of #1F66FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F66FD

Black with #1F66FD

Text Example


Text Example

White with #1F66FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,102,253); }

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

background-color css

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

 a { background-color: rgb(31,102,253); }

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

border-color css

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

 span { border-color: rgb(31,102,253); }

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