Html Css Color HEX #1F69DF Royal Blue

📋 copy color: '#1F69DF'

red 31 ◦ green 105 ◦ blue 223

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

Shades of Royal Blue #1F69DF

Tints of Royal Blue #1F69DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.25%

 BLUE value IS 223 (87.5% from 255) = 62.12%

R = 8.64%
G = 29.25%
B = 62.12%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F69DF (or 0x1F69DF) is known color: Royal Blue. HEX triplet: 1F, 69 and DF. RGB value is (31,105,223). Sum of RGB (Red+Green+Blue) = 31+105+223=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F69DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F69DF is #E09620. Grayscale: #5F5F5F. Windows color (decimal): -14718497 or 14641439. OLE color: 14641439.

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

Color convert

RGB 31 105 223 -
CMYK 0.86 0.53 0 0.13
HSL 216.88º 0.76% 0.5% -
HSV(B) 216.88º 0.86% 0.87% -
XYZ 18.94 15.72 71.85 -
YUV 96.33 199.48 81.41 -
System Red Green Blue C M Y K H S L
Decimal 31 105 223 0.86 0.53 0 0.13 216.88 0.76 0.5
Hex 1F 69 DF 56 35 0 D D9 4C 32
Octal 37 151 337 126 65 0 15 331 114 62
Binary 11111 1101001 11011111 1010110 110101 0 1101 11011001 1001100 110010

Color Harmonies of #1F69DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F69DF

Black with #1F69DF

Text Example


Text Example

White with #1F69DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,105,223); }

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

background-color css

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

 a { background-color: rgb(31,105,223); }

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

border-color css

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

 span { border-color: rgb(31,105,223); }

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