Html Css Color HEX #1F64FB Royal Blue

📋 copy color: '#1F64FB'

red 31 ◦ green 100 ◦ blue 251

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

Shades of Royal Blue #1F64FB

Tints of Royal Blue #1F64FB

RGB

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

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

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

R = 8.12%
G = 26.18%
B = 65.71%

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

#1F64FB (or 0x1F64FB) is known color: Royal Blue. HEX triplet: 1F, 64 and FB. RGB value is (31,100,251). Sum of RGB (Red+Green+Blue) = 31+100+251=382 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.12% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F64FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F64FB is #E09B04. Grayscale: #5F5F5F. Windows color (decimal): -14719749 or 16475167. OLE color: 16475167.

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

Color convert

RGB 31 100 251 -
CMYK 0.88 0.60 0 0.02
HSL 221.18º 0.96% 0.55% -
HSV(B) 221.18º 0.88% 0.98% -
XYZ 22.53 16.37 93.24 -
YUV 96.58 215.14 81.22 -
System Red Green Blue C M Y K H S L
Decimal 31 100 251 0.88 0.60 0 0.02 221.18 0.96 0.55
Hex 1F 64 FB 58 3C 0 2 DD 60 37
Octal 37 144 373 130 74 0 2 335 140 67
Binary 11111 1100100 11111011 1011000 111100 0 10 11011101 1100000 110111

Color Harmonies of #1F64FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F64FB

Black with #1F64FB

Text Example


Text Example

White with #1F64FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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