Html Css Color HEX #1F6DDE Royal Blue

📋 copy color: '#1F6DDE'

red 31 ◦ green 109 ◦ blue 222

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

Shades of Royal Blue #1F6DDE

Tints of Royal Blue #1F6DDE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.11%

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

R = 8.56%
G = 30.11%
B = 61.33%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F6DDE (or 0x1F6DDE) is known color: Royal Blue. HEX triplet: 1F, 6D and DE. RGB value is (31,109,222). Sum of RGB (Red+Green+Blue) = 31+109+222=362 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.56% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F6DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6DDE is #E09221. Grayscale: #626262. Windows color (decimal): -14717474 or 14576927. OLE color: 14576927.

HSL color Cylindrical-coordinate representation of color #1F6DDE: hue angle of 215.5º 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 #1F6DDE is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 109 222 -
CMYK 0.86 0.51 0 0.13
HSL 215.5º 0.75% 0.5% -
HSV(B) 215.5º 0.86% 0.87% -
XYZ 19.22 16.5 71.28 -
YUV 98.56 197.66 79.81 -
System Red Green Blue C M Y K H S L
Decimal 31 109 222 0.86 0.51 0 0.13 215.5 0.75 0.5
Hex 1F 6D DE 56 33 0 D D7 4B 32
Octal 37 155 336 126 63 0 15 327 113 62
Binary 11111 1101101 11011110 1010110 110011 0 1101 11010111 1001011 110010

Color Harmonies of #1F6DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6DDE

Black with #1F6DDE

Text Example


Text Example

White with #1F6DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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