Html Css Color HEX #1F6FDE Royal Blue

📋 copy color: '#1F6FDE'

red 31 ◦ green 111 ◦ blue 222

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

Shades of Royal Blue #1F6FDE

Tints of Royal Blue #1F6FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.49%

 BLUE value IS 222 (87.11% from 255) = 60.99%

R = 8.52%
G = 30.49%
B = 60.99%

CMYK

 C value IS 0.86

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F6FDE (or 0x1F6FDE) is known color: Royal Blue. HEX triplet: 1F, 6F and DE. RGB value is (31,111,222). Sum of RGB (Red+Green+Blue) = 31+111+222=364 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.52% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F6FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6FDE is #E09021. Grayscale: #636363. Windows color (decimal): -14716962 or 14577439. OLE color: 14577439.

HSL color Cylindrical-coordinate representation of color #1F6FDE: hue angle of 214.87º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F6FDE is Cyan = 0.86, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 111 222 -
CMYK 0.86 0.5 0 0.13
HSL 214.87º 0.75% 0.5% -
HSV(B) 214.87º 0.86% 0.87% -
XYZ 19.43 16.93 71.35 -
YUV 99.73 197 78.97 -
System Red Green Blue C M Y K H S L
Decimal 31 111 222 0.86 0.5 0 0.13 214.87 0.75 0.5
Hex 1F 6F DE 56 32 0 D D7 4B 32
Octal 37 157 336 126 62 0 15 327 113 62
Binary 11111 1101111 11011110 1010110 110010 0 1101 11010111 1001011 110010

Color Harmonies of #1F6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6FDE

Black with #1F6FDE

Text Example


Text Example

White with #1F6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,111,222); }

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

background-color css

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

 a { background-color: rgb(31,111,222); }

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

border-color css

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

 span { border-color: rgb(31,111,222); }

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